Struct gstreamer_app_sys::GstAppSrcCallbacks
source · #[repr(C)]pub struct GstAppSrcCallbacks {
pub need_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: c_uint, _: gpointer)>,
pub enough_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: gpointer)>,
pub seek_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: u64, _: gpointer) -> gboolean>,
pub _gst_reserved: [gpointer; 4],
}Fields§
§need_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: c_uint, _: gpointer)>§enough_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: gpointer)>§seek_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: u64, _: gpointer) -> gboolean>§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstAppSrcCallbacks
impl Clone for GstAppSrcCallbacks
source§fn clone(&self) -> GstAppSrcCallbacks
fn clone(&self) -> GstAppSrcCallbacks
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