Struct D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
#[repr(C)]pub struct D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR {
pub InitialQP: u32,
pub MinQP: u32,
pub MaxQP: u32,
pub MaxFrameBitSize: u64,
pub TargetAvgBitRate: u64,
pub PeakBitRate: u64,
pub VBVCapacity: u64,
pub InitialVBVFullness: u64,
}
Fields§
§InitialQP: u32
§MinQP: u32
§MaxQP: u32
§MaxFrameBitSize: u64
§TargetAvgBitRate: u64
§PeakBitRate: u64
§VBVCapacity: u64
§InitialVBVFullness: u64
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
§fn clone(&self) -> D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
fn clone(&self) -> D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
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_RATE_CONTROL_VBR
impl PartialEq for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
§fn eq(&self, other: &D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR) -> bool
fn eq(&self, other: &D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl StructuralPartialEq for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl Send for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl Sync for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl Unpin for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
impl UnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
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