Struct windows_sys::Win32::Media::DirectShow::DVD_AudioAttributes
[−]#[repr(C)]pub struct DVD_AudioAttributes {
pub AppMode: DVD_AUDIO_APPMODE,
pub AppModeData: u8,
pub AudioFormat: DVD_AUDIO_FORMAT,
pub Language: u32,
pub LanguageExtension: DVD_AUDIO_LANG_EXT,
pub fHasMultichannelInfo: BOOL,
pub dwFrequency: u32,
pub bQuantization: u8,
pub bNumberOfChannels: u8,
pub dwReserved: [u32; 2],
}Expand description
Required features: ‘Win32_Media_DirectShow’, ‘Win32_Foundation’
Fields
AppMode: DVD_AUDIO_APPMODEAppModeData: u8AudioFormat: DVD_AUDIO_FORMATLanguage: u32LanguageExtension: DVD_AUDIO_LANG_EXTfHasMultichannelInfo: BOOLdwFrequency: u32bQuantization: u8bNumberOfChannels: u8dwReserved: [u32; 2]