#[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: u8
t2_system_id: u16
siso_miso: u8
bandwidth: u32
guard_interval: GstMpegtsTerrestrialGuardInterval
transmission_mode: GstMpegtsTerrestrialTransmissionMode
other_frequency: gboolean
tfs: gboolean
cells: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsT2DeliverySystemDescriptor
impl !Sync for GstMpegtsT2DeliverySystemDescriptor
impl Unpin for GstMpegtsT2DeliverySystemDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more