Struct windows_sys::Win32::Media::KernelStreaming::KSMPEGVID_RECT
[−]#[repr(C)]pub struct KSMPEGVID_RECT {
pub StartX: u32,
pub StartY: u32,
pub EndX: u32,
pub EndY: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
StartX: u32StartY: u32EndX: u32EndY: u32