[][src]Struct gst::ffi::Struct__GstVideoDecoderClass

#[repr(C)]
pub struct Struct__GstVideoDecoderClass { pub element_class: GstElementClass, pub open: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub close: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub start: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub stop: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub parse: Option<extern "C" fn(decoder: *mut GstVideoDecoder, frame: *mut GstVideoCodecFrame, adapter: *mut GstAdapter, at_eos: gboolean) -> GstFlowReturn>, pub set_format: Option<extern "C" fn(decoder: *mut GstVideoDecoder, state: *mut GstVideoCodecState) -> gboolean>, pub reset: Option<extern "C" fn(decoder: *mut GstVideoDecoder, hard: gboolean) -> gboolean>, pub finish: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> GstFlowReturn>, pub handle_frame: Option<extern "C" fn(decoder: *mut GstVideoDecoder, frame: *mut GstVideoCodecFrame) -> GstFlowReturn>, pub sink_event: Option<extern "C" fn(decoder: *mut GstVideoDecoder, event: *mut GstEvent) -> gboolean>, pub src_event: Option<extern "C" fn(decoder: *mut GstVideoDecoder, event: *mut GstEvent) -> gboolean>, pub negotiate: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub decide_allocation: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>, pub propose_allocation: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>, pub flush: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>, pub sink_query: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>, pub src_query: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>, pub padding: [*mut c_void; 17], }

Fields

element_class: GstElementClassopen: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>close: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>start: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>stop: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>parse: Option<extern "C" fn(decoder: *mut GstVideoDecoder, frame: *mut GstVideoCodecFrame, adapter: *mut GstAdapter, at_eos: gboolean) -> GstFlowReturn>set_format: Option<extern "C" fn(decoder: *mut GstVideoDecoder, state: *mut GstVideoCodecState) -> gboolean>reset: Option<extern "C" fn(decoder: *mut GstVideoDecoder, hard: gboolean) -> gboolean>finish: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> GstFlowReturn>handle_frame: Option<extern "C" fn(decoder: *mut GstVideoDecoder, frame: *mut GstVideoCodecFrame) -> GstFlowReturn>sink_event: Option<extern "C" fn(decoder: *mut GstVideoDecoder, event: *mut GstEvent) -> gboolean>src_event: Option<extern "C" fn(decoder: *mut GstVideoDecoder, event: *mut GstEvent) -> gboolean>negotiate: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>decide_allocation: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>propose_allocation: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>flush: Option<extern "C" fn(decoder: *mut GstVideoDecoder) -> gboolean>sink_query: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>src_query: Option<extern "C" fn(decoder: *mut GstVideoDecoder, query: *mut GstQuery) -> gboolean>padding: [*mut c_void; 17]

Trait Implementations

impl Default for Struct__GstVideoDecoderClass[src]

Auto Trait Implementations

impl !Send for Struct__GstVideoDecoderClass

impl !Sync for Struct__GstVideoDecoderClass

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.