Struct windows_sys::Win32::Media::Audio::XAudio2::XAPO_LOCKFORPROCESS_PARAMETERS
#[repr(C, packed(1))]pub struct XAPO_LOCKFORPROCESS_PARAMETERS {
pub pFormat: *const WAVEFORMATEX,
pub MaxFrameCount: u32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields§
§pFormat: *const WAVEFORMATEX
§MaxFrameCount: u32