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 GstAppSrcCallbacks
impl !Send for GstAppSrcCallbacks
impl !Sync for GstAppSrcCallbacks
impl Unpin for GstAppSrcCallbacks
impl UnwindSafe for GstAppSrcCallbacks
Blanket Implementations
Mutably borrows from an owned value. Read more