#[repr(C)]pub struct INTERLEAVED_AUDIO_FORMAT_INFORMATION {
pub Size: u32,
pub PrimaryChannelCount: u32,
pub PrimaryChannelStartPosition: u32,
pub PrimaryChannelMask: u32,
pub InterleavedChannelCount: u32,
pub InterleavedChannelStartPosition: u32,
pub InterleavedChannelMask: u32,
}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
Size: u32PrimaryChannelCount: u32PrimaryChannelStartPosition: u32PrimaryChannelMask: u32InterleavedChannelCount: u32InterleavedChannelStartPosition: u32InterleavedChannelMask: u32Trait Implementations
impl Copy for INTERLEAVED_AUDIO_FORMAT_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for INTERLEAVED_AUDIO_FORMAT_INFORMATION
impl Send for INTERLEAVED_AUDIO_FORMAT_INFORMATION
impl Sync for INTERLEAVED_AUDIO_FORMAT_INFORMATION
impl Unpin for INTERLEAVED_AUDIO_FORMAT_INFORMATION
impl UnwindSafe for INTERLEAVED_AUDIO_FORMAT_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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