Struct D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
#[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,
}
Fields§
§Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_FLAGS
§FrameType: D3D12_VIDEO_ENCODER_FRAME_TYPE_H264
§pic_parameter_set_id: u32
§idr_pic_id: u32
§PictureOrderCountNumber: u32
§FrameDecodingOrderNumber: u32
§TemporalLayerIndex: u32
§List0ReferenceFramesCount: u32
§pList0ReferenceFrames: *mut u32
§List1ReferenceFramesCount: u32
§pList1ReferenceFrames: *mut u32
§ReferenceFramesReconPictureDescriptorsCount: u32
§pReferenceFramesReconPictureDescriptors: *mut D3D12_VIDEO_ENCODER_REFERENCE_PICTURE_DESCRIPTOR_H264
§adaptive_ref_pic_marking_mode_flag: u8
§RefPicMarkingOperationsCommandsCount: u32
§pRefPicMarkingOperationsCommands: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_MARKING_OPERATION
§List0RefPicModificationsCount: u32
§pList0RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION
§List1RefPicModificationsCount: u32
§pList1RefPicModifications: *mut D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264_REFERENCE_PICTURE_LIST_MODIFICATION_OPERATION
§QPMapValuesCount: u32
§pRateControlQPMap: *mut i8
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl Clone for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
§fn clone(&self) -> D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
fn clone(&self) -> D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl PartialEq for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
§fn eq(
&self,
other: &D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264,
) -> bool
fn eq( &self, other: &D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl StructuralPartialEq for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl !Send for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl !Sync for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl Unpin for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
impl UnwindSafe for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA_H264
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more