Struct windows_sys::Win32::Media::Audio::PCMWAVEFORMAT
#[repr(C, packed(1))]pub struct PCMWAVEFORMAT {
pub wf: WAVEFORMAT,
pub wBitsPerSample: u16,
}
Expand description
Required features: "Win32_Media_Audio"
Fields§
§wf: WAVEFORMAT
§wBitsPerSample: u16