Struct gstreamer_app_sys::GstAppSrcCallbacks [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for GstAppSrcCallbacksimpl !Send for GstAppSrcCallbacksimpl !Sync for GstAppSrcCallbacksimpl Unpin for GstAppSrcCallbacksimpl UnwindSafe for GstAppSrcCallbacksBlanket Implementations
Mutably borrows from an owned value. Read more