#[repr(C)]
pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_SUPPORT {
Show 16 fields pub NodeIndex: u32, pub Codec: D3D12_VIDEO_ENCODER_CODEC, pub InputFormat: DXGI_FORMAT, pub CodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION, pub CodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE, pub RateControl: D3D12_VIDEO_ENCODER_RATE_CONTROL, pub IntraRefresh: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE, pub SubregionFrameEncoding: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE, pub ResolutionsListCount: u32, pub pResolutionList: *const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC, pub MaxReferenceFramesInDPB: u32, pub ValidationFlags: D3D12_VIDEO_ENCODER_VALIDATION_FLAGS, pub SupportFlags: D3D12_VIDEO_ENCODER_SUPPORT_FLAGS, pub SuggestedProfile: D3D12_VIDEO_ENCODER_PROFILE_DESC, pub SuggestedLevel: D3D12_VIDEO_ENCODER_LEVEL_SETTING, pub pResolutionDependentSupport: *mut D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS,
}
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Graphics_Dxgi_Common"

Fields

NodeIndex: u32Codec: D3D12_VIDEO_ENCODER_CODECInputFormat: DXGI_FORMATCodecConfiguration: D3D12_VIDEO_ENCODER_CODEC_CONFIGURATIONCodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURERateControl: D3D12_VIDEO_ENCODER_RATE_CONTROLIntraRefresh: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODESubregionFrameEncoding: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODEResolutionsListCount: u32pResolutionList: *const D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESCMaxReferenceFramesInDPB: u32ValidationFlags: D3D12_VIDEO_ENCODER_VALIDATION_FLAGSSupportFlags: D3D12_VIDEO_ENCODER_SUPPORT_FLAGSSuggestedProfile: D3D12_VIDEO_ENCODER_PROFILE_DESCSuggestedLevel: D3D12_VIDEO_ENCODER_LEVEL_SETTINGpResolutionDependentSupport: *mut D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOLUTION_SUPPORT_LIMITS

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.