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
Trait Implementations
impl Clone for KS_DATARANGE_VIDEO
impl Clone for KS_DATARANGE_VIDEO
impl Copy for KS_DATARANGE_VIDEO
Auto Trait Implementations
impl RefUnwindSafe for KS_DATARANGE_VIDEO
impl Send for KS_DATARANGE_VIDEO
impl Sync for KS_DATARANGE_VIDEO
impl Unpin for KS_DATARANGE_VIDEO
impl UnwindSafe for KS_DATARANGE_VIDEO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more