[−][src]Struct gstreamer_app_sys::GstAppSrcClass
Fields
basesrc_class: GstBaseSrcClass
need_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: c_uint)>
enough_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc)>
seek_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: u64) -> gboolean>
push_buffer: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: *mut GstBuffer) -> GstFlowReturn>
end_of_stream: Option<unsafe extern "C" fn(_: *mut GstAppSrc) -> GstFlowReturn>
push_sample: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: *mut GstSample) -> GstFlowReturn>
push_buffer_list: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: *mut GstBufferList) -> GstFlowReturn>
_gst_reserved: [gpointer; 2]
Trait Implementations
impl Clone for GstAppSrcClass
[src][+]
impl Copy for GstAppSrcClass
[src]
impl Debug for GstAppSrcClass
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GstAppSrcClass
impl !Send for GstAppSrcClass
impl !Sync for GstAppSrcClass
impl Unpin for GstAppSrcClass
impl UnwindSafe for GstAppSrcClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,