Struct gstreamer_rtp::rtp_buffer::RTPBuffer [−][src]
pub struct RTPBuffer<'a, T> { /* fields omitted */ }
Expand description
The GstRTPBuffer helper functions makes it easy to parse and create regular
gst::Buffer
objects that contain RTP payloads. These buffers are typically of
‘application/x-rtp’ gst::Caps
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for RTPBuffer<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for RTPBuffer<'a, T> where
T: UnwindSafe,