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: BOOLfLetterboxPermitted: BOOLulAspectX: u32ulAspectY: u32ulFrameRate: u32ulFrameHeight: u32Compression: DVD_VIDEO_COMPRESSIONfLine21Field1InGOP: BOOLfLine21Field2InGOP: BOOLulSourceResolutionX: u32ulSourceResolutionY: u32fIsSourceLetterboxed: BOOLfIsFilmMode: BOOL