Struct wasapi::WaveFormat [−][src]
pub struct WaveFormat { /* fields omitted */ }Expand description
Struct wrapping a WAVEFORMATEXTENSIBLE format descriptor.
Implementations
Build a WAVEFORMATEXTENSIBLE struct for the given parameters
Create from a WAVEFORMATEX structure
get a pointer of type WAVEFORMATEX, used internally
Read nBlockAlign.
Read nAvgBytesPerSec.
Read wBitsPerSample.
Read wValidBitsPerSample.
Read nSamplesPerSec.
Read nChannels.
Read dwChannelMask.
Read SubFormat.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WaveFormatimpl Send for WaveFormatimpl Sync for WaveFormatimpl Unpin for WaveFormatimpl UnwindSafe for WaveFormatBlanket Implementations
Mutably borrows from an owned value. Read more