Struct windows_sys::Win32::Media::KernelStreaming::KS_DATARANGE_VIDEO
#[repr(C)]pub struct KS_DATARANGE_VIDEO {
pub DataRange: KSDATAFORMAT,
pub bFixedSizeSamples: BOOL,
pub bTemporalCompression: BOOL,
pub StreamDescriptionFlags: u32,
pub MemoryAllocationFlags: u32,
pub ConfigCaps: KS_VIDEO_STREAM_CONFIG_CAPS,
pub VideoInfoHeader: KS_VIDEOINFOHEADER,
}Expand description
Required features: "Win32_Media_KernelStreaming", "Win32_Foundation"
Fields§
§DataRange: KSDATAFORMAT§bFixedSizeSamples: BOOL§bTemporalCompression: BOOL§StreamDescriptionFlags: u32§MemoryAllocationFlags: u32§ConfigCaps: KS_VIDEO_STREAM_CONFIG_CAPS§VideoInfoHeader: KS_VIDEOINFOHEADER