Struct windows_sys::Win32::Media::MediaFoundation::MFVideoCompressedInfo
[−]#[repr(C)]pub struct MFVideoCompressedInfo {
pub AvgBitrate: i64,
pub AvgBitErrorRate: i64,
pub MaxKeyFrameSpacing: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
AvgBitrate: i64
AvgBitErrorRate: i64
MaxKeyFrameSpacing: u32
Trait Implementations
impl Clone for MFVideoCompressedInfo
impl Clone for MFVideoCompressedInfo
impl Copy for MFVideoCompressedInfo
Auto Trait Implementations
impl RefUnwindSafe for MFVideoCompressedInfo
impl Send for MFVideoCompressedInfo
impl Sync for MFVideoCompressedInfo
impl Unpin for MFVideoCompressedInfo
impl UnwindSafe for MFVideoCompressedInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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