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: KSDATAFORMATbFixedSizeSamples: BOOLbTemporalCompression: BOOLStreamDescriptionFlags: u32MemoryAllocationFlags: u32ConfigCaps: KS_VIDEO_STREAM_CONFIG_CAPSVideoInfoHeader: KS_VIDEOINFOHEADER