#[repr(C)]pub struct D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC {
pub IntraRefreshFrameIndex: u32,
pub Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAGS,
pub PictureControlCodecData: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA,
pub ReferenceFrames: D3D12_VIDEO_ENCODE_REFERENCE_FRAMES,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_Graphics_Direct3D12"
Fields
IntraRefreshFrameIndex: u32
Flags: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_FLAGS
PictureControlCodecData: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_CODEC_DATA
ReferenceFrames: D3D12_VIDEO_ENCODE_REFERENCE_FRAMES
Trait Implementations
impl Copy for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
impl !Send for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
impl !Sync for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
impl Unpin for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
impl UnwindSafe for D3D12_VIDEO_ENCODER_PICTURE_CONTROL_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more