[][src]Struct gstreamer_app_sys::GstAppSinkClass

#[repr(C)]
pub struct GstAppSinkClass {
    pub basesink_class: GstBaseSinkClass,
    pub eos: Option<unsafe extern "C" fn(_: *mut GstAppSink)>,
    pub new_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> GstFlowReturn>,
    pub new_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> GstFlowReturn>,
    pub pull_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> *mut GstSample>,
    pub pull_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> *mut GstSample>,
    pub try_pull_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: GstClockTime) -> *mut GstSample>,
    pub try_pull_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: GstClockTime) -> *mut GstSample>,
    pub _gst_reserved: [gpointer; 2],
}

Fields

basesink_class: GstBaseSinkClasseos: Option<unsafe extern "C" fn(_: *mut GstAppSink)>new_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> GstFlowReturn>new_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> GstFlowReturn>pull_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> *mut GstSample>pull_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink) -> *mut GstSample>try_pull_preroll: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: GstClockTime) -> *mut GstSample>try_pull_sample: Option<unsafe extern "C" fn(_: *mut GstAppSink, _: GstClockTime) -> *mut GstSample>_gst_reserved: [gpointer; 2]

Trait Implementations

impl Clone for GstAppSinkClass[src]

impl Copy for GstAppSinkClass[src]

impl Debug for GstAppSinkClass[src]

Auto Trait Implementations

impl !Send for GstAppSinkClass

impl Unpin for GstAppSinkClass

impl !Sync for GstAppSinkClass

impl UnwindSafe for GstAppSinkClass

impl RefUnwindSafe for GstAppSinkClass

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]