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_APPMODE
AppModeData: u8
AudioFormat: DVD_AUDIO_FORMAT
Language: u32
LanguageExtension: DVD_AUDIO_LANG_EXT
fHasMultichannelInfo: BOOL
dwFrequency: u32
bQuantization: u8
bNumberOfChannels: u8
dwReserved: [u32; 2]
Trait Implementations
impl Clone for DVD_AudioAttributes
impl Clone for DVD_AudioAttributes
impl Copy for DVD_AudioAttributes
Auto Trait Implementations
impl RefUnwindSafe for DVD_AudioAttributes
impl Send for DVD_AudioAttributes
impl Sync for DVD_AudioAttributes
impl Unpin for DVD_AudioAttributes
impl UnwindSafe for DVD_AudioAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more