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: GstMeta
ssrc: u32
ssrc_valid: gboolean
csrc: [u32; 15]
csrc_count: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPSourceMeta
impl !Send for GstRTPSourceMeta
impl !Sync for GstRTPSourceMeta
impl Unpin for GstRTPSourceMeta
impl UnwindSafe for GstRTPSourceMeta
Blanket Implementations
Mutably borrows from an owned value. Read more