Struct windows_sys::Win32::Media::DirectShow::VIDEO_STREAM_CONFIG_CAPS
[−]#[repr(C)]pub struct VIDEO_STREAM_CONFIG_CAPS {Show 21 fields
pub guid: GUID,
pub VideoStandard: u32,
pub InputSize: SIZE,
pub MinCroppingSize: SIZE,
pub MaxCroppingSize: SIZE,
pub CropGranularityX: i32,
pub CropGranularityY: i32,
pub CropAlignX: i32,
pub CropAlignY: i32,
pub MinOutputSize: SIZE,
pub MaxOutputSize: SIZE,
pub OutputGranularityX: i32,
pub OutputGranularityY: i32,
pub StretchTapsX: i32,
pub StretchTapsY: i32,
pub ShrinkTapsX: i32,
pub ShrinkTapsY: i32,
pub MinFrameInterval: i64,
pub MaxFrameInterval: i64,
pub MinBitsPerSecond: i32,
pub MaxBitsPerSecond: i32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
guid: GUID
VideoStandard: u32
InputSize: SIZE
MinCroppingSize: SIZE
MaxCroppingSize: SIZE
CropGranularityX: i32
CropGranularityY: i32
CropAlignX: i32
CropAlignY: i32
MinOutputSize: SIZE
MaxOutputSize: SIZE
OutputGranularityX: i32
OutputGranularityY: i32
StretchTapsX: i32
StretchTapsY: i32
ShrinkTapsX: i32
ShrinkTapsY: i32
MinFrameInterval: i64
MaxFrameInterval: i64
MinBitsPerSecond: i32
MaxBitsPerSecond: i32
Trait Implementations
impl Clone for VIDEO_STREAM_CONFIG_CAPS
impl Clone for VIDEO_STREAM_CONFIG_CAPS
impl Copy for VIDEO_STREAM_CONFIG_CAPS
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_STREAM_CONFIG_CAPS
impl Send for VIDEO_STREAM_CONFIG_CAPS
impl Sync for VIDEO_STREAM_CONFIG_CAPS
impl Unpin for VIDEO_STREAM_CONFIG_CAPS
impl UnwindSafe for VIDEO_STREAM_CONFIG_CAPS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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