#[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,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
InitialQP: u32
MinQP: u32
MaxQP: u32
MaxFrameBitSize: u64
TargetAvgBitRate: u64
PeakBitRate: u64
VBVCapacity: u64
InitialVBVFullness: u64
Trait Implementations
impl Copy for D3D12_VIDEO_ENCODER_RATE_CONTROL_VBR
Auto Trait Implementations
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
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