#[repr(C)]pub struct D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR {
pub InitialQP: u32,
pub MinQP: u32,
pub MaxQP: u32,
pub MaxFrameBitSize: u64,
pub TargetAvgBitRate: u64,
pub PeakBitRate: u64,
pub ConstantQualityTarget: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
InitialQP: u32
MinQP: u32
MaxQP: u32
MaxFrameBitSize: u64
TargetAvgBitRate: u64
PeakBitRate: u64
ConstantQualityTarget: u32
Trait Implementations
impl Copy for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
impl Send for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
impl Sync for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
impl Unpin for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
impl UnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_QVBR
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