Struct gstreamer_rtp_sys::GstRTPSourceMeta [−][src]
#[repr(C)]pub struct GstRTPSourceMeta { pub meta: GstMeta, pub ssrc: u32, pub ssrc_valid: gboolean, pub csrc: [u32; 15], pub csrc_count: c_uint, }
Fields
meta: GstMetassrc: u32ssrc_valid: gbooleancsrc: [u32; 15]csrc_count: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPSourceMetaimpl !Send for GstRTPSourceMetaimpl !Sync for GstRTPSourceMetaimpl Unpin for GstRTPSourceMetaimpl UnwindSafe for GstRTPSourceMetaBlanket Implementations
Mutably borrows from an owned value. Read more