pub struct Dump {Show 15 fields
pub id: String,
pub direct: bool,
pub producer_ids: Vec<String>,
pub consumer_ids: Vec<String>,
pub map_ssrc_consumer_id: Vec<Uint32String>,
pub map_rtx_ssrc_consumer_id: Vec<Uint32String>,
pub data_producer_ids: Vec<String>,
pub data_consumer_ids: Vec<String>,
pub recv_rtp_header_extensions: Box<RecvRtpHeaderExtensions>,
pub rtp_listener: Box<RtpListener>,
pub max_message_size: u32,
pub sctp_parameters: Option<Box<SctpParameters>>,
pub sctp_state: Option<SctpState>,
pub sctp_listener: Option<Box<SctpListener>>,
pub trace_event_types: Vec<TraceEventType>,
}
Expand description
The table Dump
in the namespace FBS.Transport
Generated from these locations:
- Table
Dump
in the filefbs/transport.fbs:139
Fields§
§id: String
The field id
in the table Dump
direct: bool
The field direct
in the table Dump
producer_ids: Vec<String>
The field producer_ids
in the table Dump
consumer_ids: Vec<String>
The field consumer_ids
in the table Dump
map_ssrc_consumer_id: Vec<Uint32String>
The field map_ssrc_consumer_id
in the table Dump
map_rtx_ssrc_consumer_id: Vec<Uint32String>
The field map_rtx_ssrc_consumer_id
in the table Dump
data_producer_ids: Vec<String>
The field data_producer_ids
in the table Dump
data_consumer_ids: Vec<String>
The field data_consumer_ids
in the table Dump
recv_rtp_header_extensions: Box<RecvRtpHeaderExtensions>
The field recv_rtp_header_extensions
in the table Dump
rtp_listener: Box<RtpListener>
The field rtp_listener
in the table Dump
max_message_size: u32
The field max_message_size
in the table Dump
sctp_parameters: Option<Box<SctpParameters>>
The field sctp_parameters
in the table Dump
sctp_state: Option<SctpState>
The field sctp_state
in the table Dump
sctp_listener: Option<Box<SctpListener>>
The field sctp_listener
in the table Dump
trace_event_types: Vec<TraceEventType>
The field trace_event_types
in the table Dump
Implementations§
Source§impl Dump
impl Dump
Sourcepub fn builder() -> DumpBuilder<()>
pub fn builder() -> DumpBuilder<()>
Creates a DumpBuilder for serializing an instance of this table.