#[repr(C)]
pub struct KS_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_KernelStreaming", "Win32_Foundation"

Fields

guid: GUIDVideoStandard: u32InputSize: SIZEMinCroppingSize: SIZEMaxCroppingSize: SIZECropGranularityX: i32CropGranularityY: i32CropAlignX: i32CropAlignY: i32MinOutputSize: SIZEMaxOutputSize: SIZEOutputGranularityX: i32OutputGranularityY: i32StretchTapsX: i32StretchTapsY: i32ShrinkTapsX: i32ShrinkTapsY: i32MinFrameInterval: i64MaxFrameInterval: i64MinBitsPerSecond: i32MaxBitsPerSecond: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.