Struct windows_sys::Win32::Media::DirectShow::MPEGLAYER3WAVEFORMAT
[−]#[repr(C, packed(1))]pub struct MPEGLAYER3WAVEFORMAT {
pub wfx: WAVEFORMATEX,
pub wID: u16,
pub fdwFlags: MPEGLAYER3WAVEFORMAT_FLAGS,
pub nBlockSize: u16,
pub nFramesPerBlock: u16,
pub nCodecDelay: u16,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Media_Audio"
Fields
wfx: WAVEFORMATEX
wID: u16
fdwFlags: MPEGLAYER3WAVEFORMAT_FLAGS
nBlockSize: u16
nFramesPerBlock: u16
nCodecDelay: u16
Trait Implementations
impl Clone for MPEGLAYER3WAVEFORMAT
impl Clone for MPEGLAYER3WAVEFORMAT
impl Copy for MPEGLAYER3WAVEFORMAT
Auto Trait Implementations
impl RefUnwindSafe for MPEGLAYER3WAVEFORMAT
impl Send for MPEGLAYER3WAVEFORMAT
impl Sync for MPEGLAYER3WAVEFORMAT
impl Unpin for MPEGLAYER3WAVEFORMAT
impl UnwindSafe for MPEGLAYER3WAVEFORMAT
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