Struct windows_sys::Win32::Media::KernelStreaming::KS_DATARANGE_VIDEO2
[−]#[repr(C)]pub struct KS_DATARANGE_VIDEO2 {
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_VIDEOINFOHEADER2,
}
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_VIDEOINFOHEADER2
Trait Implementations
impl Clone for KS_DATARANGE_VIDEO2
impl Clone for KS_DATARANGE_VIDEO2
impl Copy for KS_DATARANGE_VIDEO2
Auto Trait Implementations
impl RefUnwindSafe for KS_DATARANGE_VIDEO2
impl Send for KS_DATARANGE_VIDEO2
impl Sync for KS_DATARANGE_VIDEO2
impl Unpin for KS_DATARANGE_VIDEO2
impl UnwindSafe for KS_DATARANGE_VIDEO2
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