Struct windows_sys::Win32::Media::WindowsMediaFormat::WMVIDEOINFOHEADER2
[−]#[repr(C)]pub struct WMVIDEOINFOHEADER2 {
pub rcSource: RECT,
pub rcTarget: RECT,
pub dwBitRate: u32,
pub dwBitErrorRate: u32,
pub AvgTimePerFrame: i64,
pub dwInterlaceFlags: u32,
pub dwCopyProtectFlags: u32,
pub dwPictAspectRatioX: u32,
pub dwPictAspectRatioY: u32,
pub dwReserved1: u32,
pub dwReserved2: u32,
pub bmiHeader: BITMAPINFOHEADER,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
rcSource: RECT
rcTarget: RECT
dwBitRate: u32
dwBitErrorRate: u32
AvgTimePerFrame: i64
dwInterlaceFlags: u32
dwCopyProtectFlags: u32
dwPictAspectRatioX: u32
dwPictAspectRatioY: u32
dwReserved1: u32
dwReserved2: u32
bmiHeader: BITMAPINFOHEADER
Trait Implementations
impl Clone for WMVIDEOINFOHEADER2
impl Clone for WMVIDEOINFOHEADER2
impl Copy for WMVIDEOINFOHEADER2
Auto Trait Implementations
impl RefUnwindSafe for WMVIDEOINFOHEADER2
impl Send for WMVIDEOINFOHEADER2
impl Sync for WMVIDEOINFOHEADER2
impl Unpin for WMVIDEOINFOHEADER2
impl UnwindSafe for WMVIDEOINFOHEADER2
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