Struct MFMPEG2DLNASINKSTATS
#[repr(C)]pub struct MFMPEG2DLNASINKSTATS {Show 14 fields
pub cBytesWritten: u64,
pub fPAL: BOOL,
pub fccVideo: u32,
pub dwVideoWidth: u32,
pub dwVideoHeight: u32,
pub cVideoFramesReceived: u64,
pub cVideoFramesEncoded: u64,
pub cVideoFramesSkipped: u64,
pub cBlackVideoFramesEncoded: u64,
pub cVideoFramesDuplicated: u64,
pub cAudioSamplesPerSec: u32,
pub cAudioChannels: u32,
pub cAudioBytesReceived: u64,
pub cAudioFramesEncoded: u64,
}
Fields§
§cBytesWritten: u64
§fPAL: BOOL
§fccVideo: u32
§dwVideoWidth: u32
§dwVideoHeight: u32
§cVideoFramesReceived: u64
§cVideoFramesEncoded: u64
§cVideoFramesSkipped: u64
§cBlackVideoFramesEncoded: u64
§cVideoFramesDuplicated: u64
§cAudioSamplesPerSec: u32
§cAudioChannels: u32
§cAudioBytesReceived: u64
§cAudioFramesEncoded: u64
Trait Implementations§
§impl Clone for MFMPEG2DLNASINKSTATS
impl Clone for MFMPEG2DLNASINKSTATS
§fn clone(&self) -> MFMPEG2DLNASINKSTATS
fn clone(&self) -> MFMPEG2DLNASINKSTATS
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 Debug for MFMPEG2DLNASINKSTATS
impl Debug for MFMPEG2DLNASINKSTATS
§impl Default for MFMPEG2DLNASINKSTATS
impl Default for MFMPEG2DLNASINKSTATS
§impl PartialEq for MFMPEG2DLNASINKSTATS
impl PartialEq for MFMPEG2DLNASINKSTATS
impl Copy for MFMPEG2DLNASINKSTATS
impl StructuralPartialEq for MFMPEG2DLNASINKSTATS
Auto Trait Implementations§
impl Freeze for MFMPEG2DLNASINKSTATS
impl RefUnwindSafe for MFMPEG2DLNASINKSTATS
impl Send for MFMPEG2DLNASINKSTATS
impl Sync for MFMPEG2DLNASINKSTATS
impl Unpin for MFMPEG2DLNASINKSTATS
impl UnwindSafe for MFMPEG2DLNASINKSTATS
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