Struct gstreamer_mpegts_sys::GstMpegtsSatelliteDeliverySystemDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsSatelliteDeliverySystemDescriptor { pub frequency: u32, pub orbital_position: c_float, pub west_east: gboolean, pub polarization: GstMpegtsSatellitePolarizationType, pub roll_off: GstMpegtsSatelliteRolloff, pub modulation_system: gboolean, pub modulation_type: GstMpegtsModulationType, pub symbol_rate: u32, pub fec_inner: GstMpegtsDVBCodeRate, }
Fields
frequency: u32
orbital_position: c_float
west_east: gboolean
polarization: GstMpegtsSatellitePolarizationType
roll_off: GstMpegtsSatelliteRolloff
modulation_system: gboolean
modulation_type: GstMpegtsModulationType
symbol_rate: u32
fec_inner: GstMpegtsDVBCodeRate
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more