Struct windows::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,
}
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
§fn eq(&self, other: &MFMPEG2DLNASINKSTATS) -> bool
fn eq(&self, other: &MFMPEG2DLNASINKSTATS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MFMPEG2DLNASINKSTATS
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)