Struct D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
#[repr(C)]pub struct D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC {
pub Flags: D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAGS,
pub IntraRefreshConfig: D3D12_VIDEO_ENCODER_INTRA_REFRESH,
pub RateControl: D3D12_VIDEO_ENCODER_RATE_CONTROL,
pub PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC,
pub SelectedLayoutMode: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE,
pub FrameSubregionsLayoutData: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA,
pub CodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE,
}
Fields§
§Flags: D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_FLAGS
§IntraRefreshConfig: D3D12_VIDEO_ENCODER_INTRA_REFRESH
§RateControl: D3D12_VIDEO_ENCODER_RATE_CONTROL
§PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC
§SelectedLayoutMode: D3D12_VIDEO_ENCODER_FRAME_SUBREGION_LAYOUT_MODE
§FrameSubregionsLayoutData: D3D12_VIDEO_ENCODER_PICTURE_CONTROL_SUBREGIONS_LAYOUT_DATA
§CodecGopSequence: D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl Clone for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
§fn clone(&self) -> D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
fn clone(&self) -> D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
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 moreimpl Copy for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl !Send for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl !Sync for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl Unpin for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
impl UnwindSafe for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
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