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: u32
§StartY: u32
§EndX: u32
§EndY: u32