#[repr(C)]pub struct GstRTPBaseDepayloadClass {
pub parent_class: GstElementClass,
pub set_caps: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstCaps) -> gboolean>,
pub process: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstBuffer) -> *mut GstBuffer>,
pub packet_lost: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstEvent) -> gboolean>,
pub handle_event: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstEvent) -> gboolean>,
pub process_rtp_packet: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstRTPBuffer) -> *mut GstBuffer>,
pub _gst_reserved: [gpointer; 3],
}Fields§
§parent_class: GstElementClass§set_caps: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstCaps) -> gboolean>§process: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstBuffer) -> *mut GstBuffer>§packet_lost: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstEvent) -> gboolean>§handle_event: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstEvent) -> gboolean>§process_rtp_packet: Option<unsafe extern "C" fn(_: *mut GstRTPBaseDepayload, _: *mut GstRTPBuffer) -> *mut GstBuffer>§_gst_reserved: [gpointer; 3]Trait Implementations§
source§impl Clone for GstRTPBaseDepayloadClass
impl Clone for GstRTPBaseDepayloadClass
source§fn clone(&self) -> GstRTPBaseDepayloadClass
fn clone(&self) -> GstRTPBaseDepayloadClass
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