Struct wasapi::WaveFormat [−][src]
pub struct WaveFormat {
pub wave_fmt: WAVEFORMATEXTENSIBLE,
}
Expand description
Struct wrapping a WAVEFORMATEXTENSIBLE format descriptor.
Fields
wave_fmt: WAVEFORMATEXTENSIBLE
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 WaveFormat
impl Send for WaveFormat
impl Sync for WaveFormat
impl Unpin for WaveFormat
impl UnwindSafe for WaveFormat
Blanket Implementations
Mutably borrows from an owned value. Read more