Struct rtcp::transport_feedbacks::transport_layer_cc::TransportLayerCc[][src]

pub struct TransportLayerCc {
    pub sender_ssrc: u32,
    pub media_ssrc: u32,
    pub base_sequence_number: u16,
    pub packet_status_count: u16,
    pub reference_time: u32,
    pub fb_pkt_count: u8,
    pub packet_chunks: Vec<PacketStatusChunk>,
    pub recv_deltas: Vec<RecvDelta>,
}
Expand description

TransportLayerCC for sender-BWE https://tools.ietf.org/html/draft-holmer-rmcat-transport-wide-cc-extensions-01#page-5

Fields

sender_ssrc: u32

SSRC of sender

media_ssrc: u32

SSRC of the media source

base_sequence_number: u16

Transport wide sequence of rtp extension

packet_status_count: u16

packet_status_count

reference_time: u32

reference_time

fb_pkt_count: u8

fb_pkt_count

packet_chunks: Vec<PacketStatusChunk>

packet_chunks

recv_deltas: Vec<RecvDelta>

recv_deltas

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

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 ..

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)

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.