Struct audio_device_windows_sys::Windows::Win32::CoreAudio::KS_VIDEO_STREAM_CONFIG_CAPS[][src]

#[repr(C)]pub struct KS_VIDEO_STREAM_CONFIG_CAPS {
    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,
}

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

impl Abi for KS_VIDEO_STREAM_CONFIG_CAPS[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl Clone for KS_VIDEO_STREAM_CONFIG_CAPS[src]

impl Copy for KS_VIDEO_STREAM_CONFIG_CAPS[src]

impl Debug for KS_VIDEO_STREAM_CONFIG_CAPS[src]

impl Default for KS_VIDEO_STREAM_CONFIG_CAPS[src]

impl Eq for KS_VIDEO_STREAM_CONFIG_CAPS[src]

impl PartialEq<KS_VIDEO_STREAM_CONFIG_CAPS> for KS_VIDEO_STREAM_CONFIG_CAPS[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.