#[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,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
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 Copy for D3D12_VIDEO_ENCODER_SEQUENCE_CONTROL_DESC
Auto Trait Implementations
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
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