Struct gstreamer_mpegts_sys::GstMpegtsT2DeliverySystemDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsT2DeliverySystemDescriptor { pub plp_id: u8, pub t2_system_id: u16, pub siso_miso: u8, pub bandwidth: u32, pub guard_interval: GstMpegtsTerrestrialGuardInterval, pub transmission_mode: GstMpegtsTerrestrialTransmissionMode, pub other_frequency: gboolean, pub tfs: gboolean, pub cells: *mut GPtrArray, }
Fields
plp_id: u8t2_system_id: u16siso_miso: u8bandwidth: u32guard_interval: GstMpegtsTerrestrialGuardIntervaltransmission_mode: GstMpegtsTerrestrialTransmissionModeother_frequency: gbooleantfs: gbooleancells: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsT2DeliverySystemDescriptorimpl !Sync for GstMpegtsT2DeliverySystemDescriptorimpl Unpin for GstMpegtsT2DeliverySystemDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more