libASPL
|
Audio stream parameters. More...
#include <aspl/Stream.hpp>
Public Attributes | |
Direction | Direction = Direction::Output |
Stream direction. Used by default implementation of Stream::GetDirection(). | |
UInt32 | StartingChannel = 1 |
Absolute channel number for the first channel in the stream. Used by default implementation of Stream::GetStartingChannel(). | |
AudioStreamBasicDescription | Format |
Stream format. Used by default implementation of Stream::GetPhysicalFormat(). Default format is: | |
UInt32 | Latency = 0 |
Additional presentation latency the stream has. Used by default implementation of Stream::GetLatency(). | |
Audio stream parameters.
Definition at line 28 of file Stream.hpp.
Direction aspl::StreamParameters::Direction = Direction::Output |
Stream direction. Used by default implementation of Stream::GetDirection().
Definition at line 32 of file Stream.hpp.
AudioStreamBasicDescription aspl::StreamParameters::Format |
Stream format. Used by default implementation of Stream::GetPhysicalFormat(). Default format is:
Definition at line 45 of file Stream.hpp.
UInt32 aspl::StreamParameters::Latency = 0 |
Additional presentation latency the stream has. Used by default implementation of Stream::GetLatency().
Definition at line 59 of file Stream.hpp.
UInt32 aspl::StreamParameters::StartingChannel = 1 |
Absolute channel number for the first channel in the stream. Used by default implementation of Stream::GetStartingChannel().
Definition at line 36 of file Stream.hpp.