pub struct GstMpegtsTerrestrialDeliverySystemDescriptor {
pub frequency: u32,
pub bandwidth: u32,
pub priority: i32,
pub time_slicing: i32,
pub mpe_fec: i32,
pub constellation: i32,
pub hierarchy: i32,
pub code_rate_hp: i32,
pub code_rate_lp: i32,
pub guard_interval: i32,
pub transmission_mode: i32,
pub other_frequency: i32,
}Fields§
§frequency: u32§bandwidth: u32§priority: i32§time_slicing: i32§mpe_fec: i32§constellation: i32§hierarchy: i32§code_rate_hp: i32§code_rate_lp: i32§guard_interval: i32§transmission_mode: i32§other_frequency: i32Trait Implementations§
source§impl Clone for GstMpegtsTerrestrialDeliverySystemDescriptor
impl Clone for GstMpegtsTerrestrialDeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsTerrestrialDeliverySystemDescriptor
fn clone(&self) -> GstMpegtsTerrestrialDeliverySystemDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more