Struct windows_sys::Win32::Media::MediaFoundation::D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
[−]#[repr(C)]pub struct D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS {
pub AverageQP: u64,
pub IntraCodingUnitsCount: u64,
pub InterCodingUnitsCount: u64,
pub SkipCodingUnitsCount: u64,
pub AverageMotionEstimationXDirection: u64,
pub AverageMotionEstimationYDirection: u64,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
AverageQP: u64
IntraCodingUnitsCount: u64
InterCodingUnitsCount: u64
SkipCodingUnitsCount: u64
AverageMotionEstimationXDirection: u64
AverageMotionEstimationYDirection: u64
Trait Implementations
impl Copy for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
impl Send for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
impl Sync for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
impl Unpin for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
impl UnwindSafe for D3D12_VIDEO_ENCODER_OUTPUT_METADATA_STATISTICS
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