[][src]Struct web_sys::RtcOutboundRtpStreamStats

#[repr(transparent)]pub struct RtcOutboundRtpStreamStats { /* fields omitted */ }

The RtcOutboundRtpStreamStats dictionary.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

Implementations

impl RtcOutboundRtpStreamStats[src]

pub fn new() -> Self[src]

Construct a new RtcOutboundRtpStreamStats.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn id(&mut self, val: &str) -> &mut Self[src]

Change the id field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn timestamp(&mut self, val: f64) -> &mut Self[src]

Change the timestamp field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn type_(&mut self, val: RtcStatsType) -> &mut Self[src]

Change the type field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats, RtcStatsType

pub fn bitrate_mean(&mut self, val: f64) -> &mut Self[src]

Change the bitrateMean field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn bitrate_std_dev(&mut self, val: f64) -> &mut Self[src]

Change the bitrateStdDev field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn codec_id(&mut self, val: &str) -> &mut Self[src]

Change the codecId field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn fir_count(&mut self, val: u32) -> &mut Self[src]

Change the firCount field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn framerate_mean(&mut self, val: f64) -> &mut Self[src]

Change the framerateMean field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn framerate_std_dev(&mut self, val: f64) -> &mut Self[src]

Change the framerateStdDev field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn is_remote(&mut self, val: bool) -> &mut Self[src]

Change the isRemote field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn media_track_id(&mut self, val: &str) -> &mut Self[src]

Change the mediaTrackId field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn media_type(&mut self, val: &str) -> &mut Self[src]

Change the mediaType field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn nack_count(&mut self, val: u32) -> &mut Self[src]

Change the nackCount field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn pli_count(&mut self, val: u32) -> &mut Self[src]

Change the pliCount field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn remote_id(&mut self, val: &str) -> &mut Self[src]

Change the remoteId field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn ssrc(&mut self, val: &str) -> &mut Self[src]

Change the ssrc field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn transport_id(&mut self, val: &str) -> &mut Self[src]

Change the transportId field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn bytes_sent(&mut self, val: f64) -> &mut Self[src]

Change the bytesSent field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn dropped_frames(&mut self, val: u32) -> &mut Self[src]

Change the droppedFrames field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn frames_encoded(&mut self, val: u32) -> &mut Self[src]

Change the framesEncoded field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn packets_sent(&mut self, val: u32) -> &mut Self[src]

Change the packetsSent field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

pub fn target_bitrate(&mut self, val: f64) -> &mut Self[src]

Change the targetBitrate field of this object.

This API requires the following crate features to be activated: RtcOutboundRtpStreamStats

Trait Implementations

impl AsRef<JsValue> for RtcOutboundRtpStreamStats[src]

impl AsRef<Object> for RtcOutboundRtpStreamStats[src]

impl AsRef<RtcOutboundRtpStreamStats> for RtcOutboundRtpStreamStats[src]

impl Clone for RtcOutboundRtpStreamStats[src]

impl Debug for RtcOutboundRtpStreamStats[src]

impl Deref for RtcOutboundRtpStreamStats[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for RtcOutboundRtpStreamStats[src]

impl From<JsValue> for RtcOutboundRtpStreamStats[src]

impl From<RtcOutboundRtpStreamStats> for JsValue[src]

impl From<RtcOutboundRtpStreamStats> for Object[src]

impl FromWasmAbi for RtcOutboundRtpStreamStats[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for RtcOutboundRtpStreamStats[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a RtcOutboundRtpStreamStats[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for RtcOutboundRtpStreamStats[src]

impl OptionFromWasmAbi for RtcOutboundRtpStreamStats[src]

impl OptionIntoWasmAbi for RtcOutboundRtpStreamStats[src]

impl<'a> OptionIntoWasmAbi for &'a RtcOutboundRtpStreamStats[src]

impl PartialEq<RtcOutboundRtpStreamStats> for RtcOutboundRtpStreamStats[src]

impl RefFromWasmAbi for RtcOutboundRtpStreamStats[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<RtcOutboundRtpStreamStats>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for RtcOutboundRtpStreamStats[src]

impl StructuralPartialEq for RtcOutboundRtpStreamStats[src]

impl WasmDescribe for RtcOutboundRtpStreamStats[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> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

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.