pub struct Params {Show 16 fields
pub encoding_idx: u32,
pub ssrc: u32,
pub payload_type: u8,
pub mime_type: String,
pub clock_rate: u32,
pub rid: Option<String>,
pub cname: String,
pub rtx_ssrc: Option<u32>,
pub rtx_payload_type: Option<u8>,
pub use_nack: bool,
pub use_pli: bool,
pub use_fir: bool,
pub use_in_band_fec: bool,
pub use_dtx: bool,
pub spatial_layers: u8,
pub temporal_layers: u8,
}
Expand description
The table Params
in the namespace FBS.RtpStream
Generated from these locations:
- Table
Params
in the filefbs/rtpStream.fbs:6
Fields§
§encoding_idx: u32
The field encoding_idx
in the table Params
ssrc: u32
The field ssrc
in the table Params
payload_type: u8
The field payload_type
in the table Params
mime_type: String
The field mime_type
in the table Params
clock_rate: u32
The field clock_rate
in the table Params
rid: Option<String>
The field rid
in the table Params
cname: String
The field cname
in the table Params
rtx_ssrc: Option<u32>
The field rtx_ssrc
in the table Params
rtx_payload_type: Option<u8>
The field rtx_payload_type
in the table Params
use_nack: bool
The field use_nack
in the table Params
use_pli: bool
The field use_pli
in the table Params
use_fir: bool
The field use_fir
in the table Params
use_in_band_fec: bool
The field use_in_band_fec
in the table Params
use_dtx: bool
The field use_dtx
in the table Params
spatial_layers: u8
The field spatial_layers
in the table Params
temporal_layers: u8
The field temporal_layers
in the table Params
Implementations§
Source§impl Params
impl Params
Sourcepub fn builder() -> ParamsBuilder<()>
pub fn builder() -> ParamsBuilder<()>
Creates a ParamsBuilder for serializing an instance of this table.