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

#[repr(C)]pub struct RemoteAudioStats {
    pub uid: uid_t,
    pub quality: c_int,
    pub networkTransportDelay: c_int,
    pub jitterBufferDelay: c_int,
    pub audioLossRate: c_int,
    pub numChannels: c_int,
    pub receivedSampleRate: c_int,
    pub receivedBitrate: c_int,
    pub totalFrozenTime: c_int,
    pub frozenRate: c_int,
    pub totalActiveTime: c_int,
    pub publishDuration: c_int,
}

Fields

uid: uid_tquality: c_intnetworkTransportDelay: c_intjitterBufferDelay: c_intaudioLossRate: c_intnumChannels: c_intreceivedSampleRate: c_intreceivedBitrate: c_inttotalFrozenTime: c_intfrozenRate: c_inttotalActiveTime: c_intpublishDuration: c_int

Trait Implementations

impl Clone for RemoteAudioStats[src]

impl Copy for RemoteAudioStats[src]

impl Debug for RemoteAudioStats[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.