Struct windows_sys::Win32::Media::KernelStreaming::KS_AMVPDATAINFO
[−]#[repr(C)]pub struct KS_AMVPDATAINFO {Show 13 fields
pub dwSize: u32,
pub dwMicrosecondsPerField: u32,
pub amvpDimInfo: KS_AMVPDIMINFO,
pub dwPictAspectRatioX: u32,
pub dwPictAspectRatioY: u32,
pub bEnableDoubleClock: BOOL,
pub bEnableVACT: BOOL,
pub bDataIsInterlaced: BOOL,
pub lHalfLinesOdd: i32,
pub bFieldPolarityInverted: BOOL,
pub dwNumLinesInVREF: u32,
pub lHalfLinesEven: i32,
pub dwReserved1: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’, ‘Win32_Foundation’
Fields
dwSize: u32dwMicrosecondsPerField: u32amvpDimInfo: KS_AMVPDIMINFOdwPictAspectRatioX: u32dwPictAspectRatioY: u32bEnableDoubleClock: BOOLbEnableVACT: BOOLbDataIsInterlaced: BOOLlHalfLinesOdd: i32bFieldPolarityInverted: BOOLdwNumLinesInVREF: u32lHalfLinesEven: i32dwReserved1: u32