Struct windows_sys::Win32::Media::DirectShow::DVD_VideoAttributes
[−]#[repr(C)]pub struct DVD_VideoAttributes {Show 13 fields
pub fPanscanPermitted: BOOL,
pub fLetterboxPermitted: BOOL,
pub ulAspectX: u32,
pub ulAspectY: u32,
pub ulFrameRate: u32,
pub ulFrameHeight: u32,
pub Compression: DVD_VIDEO_COMPRESSION,
pub fLine21Field1InGOP: BOOL,
pub fLine21Field2InGOP: BOOL,
pub ulSourceResolutionX: u32,
pub ulSourceResolutionY: u32,
pub fIsSourceLetterboxed: BOOL,
pub fIsFilmMode: BOOL,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
fPanscanPermitted: BOOL
fLetterboxPermitted: BOOL
ulAspectX: u32
ulAspectY: u32
ulFrameRate: u32
ulFrameHeight: u32
Compression: DVD_VIDEO_COMPRESSION
fLine21Field1InGOP: BOOL
fLine21Field2InGOP: BOOL
ulSourceResolutionX: u32
ulSourceResolutionY: u32
fIsSourceLetterboxed: BOOL
fIsFilmMode: BOOL
Trait Implementations
impl Clone for DVD_VideoAttributes
impl Clone for DVD_VideoAttributes
impl Copy for DVD_VideoAttributes
Auto Trait Implementations
impl RefUnwindSafe for DVD_VideoAttributes
impl Send for DVD_VideoAttributes
impl Sync for DVD_VideoAttributes
impl Unpin for DVD_VideoAttributes
impl UnwindSafe for DVD_VideoAttributes
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