Struct rtcp::receiver_report::ReceiverReport[][src]

pub struct ReceiverReport {
    pub ssrc: u32,
    pub reports: Vec<ReceptionReport>,
    pub profile_extensions: Bytes,
}
Expand description

A ReceiverReport (RR) packet provides reception quality feedback for an RTP stream

Fields

ssrc: u32

The synchronization source identifier for the originator of this RR packet.

reports: Vec<ReceptionReport>

Zero or more reception report blocks depending on the number of other sources heard by this sender since the last report. Each reception report block conveys statistics on the reception of RTP packets from a single synchronization source.

profile_extensions: Bytes

Extension contains additional, payload-specific information that needs to be reported regularly about the receiver.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

marshal_to encodes the packet in binary.

Header returns the Header associated with this packet.

destination_ssrc returns an array of SSRC values that this packet refers to.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Unmarshal decodes the ReceiverReport from binary

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.