[−][src]Struct gst::ffi::Struct__GstVideoEncoderClass
Fields
element_class: GstElementClass
open: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
close: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
start: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
stop: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
set_format: Option<extern "C" fn(encoder: *mut GstVideoEncoder, state: *mut GstVideoCodecState) -> gboolean>
handle_frame: Option<extern "C" fn(encoder: *mut GstVideoEncoder, frame: *mut GstVideoCodecFrame) -> GstFlowReturn>
reset: Option<extern "C" fn(encoder: *mut GstVideoEncoder, hard: gboolean) -> gboolean>
finish: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> GstFlowReturn>
pre_push: Option<extern "C" fn(encoder: *mut GstVideoEncoder, frame: *mut GstVideoCodecFrame) -> GstFlowReturn>
getcaps: Option<extern "C" fn(enc: *mut GstVideoEncoder, filter: *mut GstCaps) -> *mut GstCaps>
sink_event: Option<extern "C" fn(encoder: *mut GstVideoEncoder, event: *mut GstEvent) -> gboolean>
src_event: Option<extern "C" fn(encoder: *mut GstVideoEncoder, event: *mut GstEvent) -> gboolean>
negotiate: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
decide_allocation: Option<extern "C" fn(encoder: *mut GstVideoEncoder, query: *mut GstQuery) -> gboolean>
propose_allocation: Option<extern "C" fn(encoder: *mut GstVideoEncoder, query: *mut GstQuery) -> gboolean>
flush: Option<extern "C" fn(encoder: *mut GstVideoEncoder) -> gboolean>
sink_query: Option<extern "C" fn(encoder: *mut GstVideoEncoder, query: *mut GstQuery) -> gboolean>
src_query: Option<extern "C" fn(encoder: *mut GstVideoEncoder, query: *mut GstQuery) -> gboolean>
_gst_reserved: [gpointer; 17]
Trait Implementations
Auto Trait Implementations
impl !Send for Struct__GstVideoEncoderClass
impl !Sync for Struct__GstVideoEncoderClass
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,