[][src]Struct agorartc_sys::agorartc::agorartcnative::LocalVideoStats

#[repr(C)]pub struct LocalVideoStats {
    pub sentBitrate: c_int,
    pub sentFrameRate: c_int,
    pub encoderOutputFrameRate: c_int,
    pub rendererOutputFrameRate: c_int,
    pub targetBitrate: c_int,
    pub targetFrameRate: c_int,
    pub qualityAdaptIndication: QUALITY_ADAPT_INDICATION,
    pub encodedBitrate: c_int,
    pub encodedFrameWidth: c_int,
    pub encodedFrameHeight: c_int,
    pub encodedFrameCount: c_int,
    pub codecType: VIDEO_CODEC_TYPE,
    pub txPacketLossRate: c_ushort,
    pub captureFrameRate: c_int,
}

Fields

sentBitrate: c_intsentFrameRate: c_intencoderOutputFrameRate: c_intrendererOutputFrameRate: c_inttargetBitrate: c_inttargetFrameRate: c_intqualityAdaptIndication: QUALITY_ADAPT_INDICATIONencodedBitrate: c_intencodedFrameWidth: c_intencodedFrameHeight: c_intencodedFrameCount: c_intcodecType: VIDEO_CODEC_TYPEtxPacketLossRate: c_ushortcaptureFrameRate: c_int

Trait Implementations

impl Clone for LocalVideoStats[src]

impl Copy for LocalVideoStats[src]

impl Debug for LocalVideoStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.