pub struct GstMpegtsAudioPreselectionDescriptor {
pub preselection_id: u8,
pub audio_rendering_indication: u8,
pub audio_description: i32,
pub spoken_subtitles: i32,
pub dialogue_enhancement: i32,
pub interactivity_enabled: i32,
pub language_code_present: i32,
pub text_label_present: i32,
pub multi_stream_info_present: i32,
pub future_extension: i32,
pub language_code: *mut i8,
pub message_id: u8,
}Fields§
§preselection_id: u8§audio_rendering_indication: u8§audio_description: i32§spoken_subtitles: i32§dialogue_enhancement: i32§interactivity_enabled: i32§language_code_present: i32§text_label_present: i32§multi_stream_info_present: i32§future_extension: i32§language_code: *mut i8§message_id: u8Trait Implementations§
source§impl Clone for GstMpegtsAudioPreselectionDescriptor
impl Clone for GstMpegtsAudioPreselectionDescriptor
source§fn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
fn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
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