#[repr(C)]
pub struct D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC {
Show 17 fields pub Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAGS, pub FrameType: D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVC, pub slice_pic_parameter_set_id: u32, pub PictureOrderCountNumber: u32, pub TemporalLayerIndex: u32, pub List0ReferenceFramesCount: u32, pub pList0ReferenceFrames: *mut u32, pub List1ReferenceFramesCount: u32, pub pList1ReferenceFrames: *mut u32, pub ReferenceFramesReconPictureDescriptorsCount: u32, pub pReferenceFramesReconPictureDescriptors: *mut D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_HEVC, pub List0RefPicModificationsCount: u32, pub pList0RefPicModifications: *mut u32, pub List1RefPicModificationsCount: u32, pub pList1RefPicModifications: *mut u32, pub QPMapValuesCount: u32, pub pRateControlQPMap: *mut i8,
}
Expand description

Required features: "Win32_Media_MediaFoundation", "Win32_Foundation"

Fields

Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_HEVC_FLAGSFrameType: D3D12_VIDEO_ENCODER_FRAME_TYPE_HEVCslice_pic_parameter_set_id: u32PictureOrderCountNumber: u32TemporalLayerIndex: u32List0ReferenceFramesCount: u32pList0ReferenceFrames: *mut u32List1ReferenceFramesCount: u32pList1ReferenceFrames: *mut u32ReferenceFramesReconPictureDescriptorsCount: u32pReferenceFramesReconPictureDescriptors: *mut D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_HEVCList0RefPicModificationsCount: u32pList0RefPicModifications: *mut u32List1RefPicModificationsCount: u32pList1RefPicModifications: *mut u32QPMapValuesCount: u32pRateControlQPMap: *mut i8

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.