#[repr(C)]pub struct D3D12_VIDEO_ENCODER_RATE_CONTROL {
pub Mode: D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE,
pub Flags: D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAGS,
pub ConfigParams: D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS,
pub TargetFrameRate: DXGI_RATIONAL,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
Mode: D3D12_VIDEO_ENCODER_RATE_CONTROL_MODE
Flags: D3D12_VIDEO_ENCODER_RATE_CONTROL_FLAGS
ConfigParams: D3D12_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS
TargetFrameRate: DXGI_RATIONAL
Trait Implementations
impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl Copy for D3D12_VIDEO_ENCODER_RATE_CONTROL
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl !Send for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl !Sync for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl Unpin for D3D12_VIDEO_ENCODER_RATE_CONTROL
impl UnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL
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