Struct windows_sys::Win32::Media::DirectShow::VMRVideoDesc
[−]#[repr(C)]pub struct VMRVideoDesc {
pub dwSize: u32,
pub dwSampleWidth: u32,
pub dwSampleHeight: u32,
pub SingleFieldPerSample: BOOL,
pub dwFourCC: u32,
pub InputSampleFreq: VMRFrequency,
pub OutputFrameFreq: VMRFrequency,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
dwSize: u32
dwSampleWidth: u32
dwSampleHeight: u32
SingleFieldPerSample: BOOL
dwFourCC: u32
InputSampleFreq: VMRFrequency
OutputFrameFreq: VMRFrequency
Trait Implementations
impl Clone for VMRVideoDesc
impl Clone for VMRVideoDesc
impl Copy for VMRVideoDesc
Auto Trait Implementations
impl RefUnwindSafe for VMRVideoDesc
impl Send for VMRVideoDesc
impl Sync for VMRVideoDesc
impl Unpin for VMRVideoDesc
impl UnwindSafe for VMRVideoDesc
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