#[repr(C)]
pub struct VA_OPTIONAL_VIDEO_PROPERTIES { pub dwPictureHeight: u16, pub dwPictureWidth: u16, pub dwAspectRatioX: u16, pub dwAspectRatioY: u16, pub VAVideoFormat: VA_VIDEO_FORMAT, pub VAColorPrimaries: VA_COLOR_PRIMARIES, pub VATransferCharacteristics: VA_TRANSFER_CHARACTERISTICS, pub VAMatrixCoefficients: VA_MATRIX_COEFFICIENTS, }
Expand description

Required features: "Win32_Media_DirectShow"

Fields

dwPictureHeight: u16dwPictureWidth: u16dwAspectRatioX: u16dwAspectRatioY: u16VAVideoFormat: VA_VIDEO_FORMATVAColorPrimaries: VA_COLOR_PRIMARIESVATransferCharacteristics: VA_TRANSFER_CHARACTERISTICSVAMatrixCoefficients: VA_MATRIX_COEFFICIENTS

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.