#[repr(C)]
pub struct D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264 {
Show 22 fields pub Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAGS, pub FrameType: D3D12_VIDEO_ENCODER_FRAME_TYPE_H264, pub pic_parameter_set_id: u32, pub idr_pic_id: u32, pub PictureOrderCountNumber: u32, pub FrameDecodingOrderNumber: 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_H264, pub adaptive_ref_pic_marking_mode_flag: u8, pub RefPicMarkingOperationsCommandsCount: u32, pub pRefPicMarkingOperationsCommands: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_MARKING_OPERATION, pub List0RefPicModificationsCount: u32, pub pList0RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION, pub List1RefPicModificationsCount: u32, pub pList1RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION, 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_H264_FLAGSFrameType: D3D12_VIDEO_ENCODER_FRAME_TYPE_H264pic_parameter_set_id: u32idr_pic_id: u32PictureOrderCountNumber: u32FrameDecodingOrderNumber: u32TemporalLayerIndex: u32List0ReferenceFramesCount: u32pList0ReferenceFrames: *mut u32List1ReferenceFramesCount: u32pList1ReferenceFrames: *mut u32ReferenceFramesReconPictureDescriptorsCount: u32pReferenceFramesReconPictureDescriptors: *mut D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_H264adaptive_ref_pic_marking_mode_flag: u8RefPicMarkingOperationsCommandsCount: u32pRefPicMarkingOperationsCommands: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_MARKING_OPERATIONList0RefPicModificationsCount: u32pList0RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATIONList1RefPicModificationsCount: u32pList1RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATIONQPMapValuesCount: 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.