#[repr(C)]
pub struct D3D12_VIDEO_PROCESS_OUTPUT_STREAM_DESC { pub Format: DXGI_FORMAT, pub ColorSpace: DXGI_COLOR_SPACE_TYPE, pub AlphaFillMode: D3D12_VIDEO_PROCESS_ALPHA_FILL_MODE, pub AlphaFillModeSourceStreamIndex: u32, pub BackgroundColor: [f32; 4], pub FrameRate: DXGI_RATIONAL, pub EnableStereo: BOOL, }
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Foundation", "Win32_Graphics_Dxgi_Common"

Fields

Format: DXGI_FORMATColorSpace: DXGI_COLOR_SPACE_TYPEAlphaFillMode: D3D12_VIDEO_PROCESS_ALPHA_FILL_MODEAlphaFillModeSourceStreamIndex: u32BackgroundColor: [f32; 4]FrameRate: DXGI_RATIONALEnableStereo: BOOL

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.