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: u32orbital_position: c_floatwest_east: gbooleanpolarization: GstMpegtsSatellitePolarizationTyperoll_off: GstMpegtsSatelliteRolloffmodulation_system: gbooleanmodulation_type: GstMpegtsModulationTypesymbol_rate: u32fec_inner: GstMpegtsDVBCodeRateTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more