Struct windows_sys::Win32::Media::MediaFoundation::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,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
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
impl Copy for MFMPEG2DLNASINKSTATS
Auto Trait Implementations
impl RefUnwindSafe for MFMPEG2DLNASINKSTATS
impl Send for MFMPEG2DLNASINKSTATS
impl Sync for MFMPEG2DLNASINKSTATS
impl Unpin for MFMPEG2DLNASINKSTATS
impl UnwindSafe for MFMPEG2DLNASINKSTATS
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