Struct gstreamer_video_sys::GstVideoFilterClass[][src]

#[repr(C)]
pub struct GstVideoFilterClass { pub parent_class: GstBaseTransformClass, pub set_info: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut GstCaps, _: *mut GstVideoInfo) -> gboolean>, pub transform_frame: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame, _: *mut GstVideoFrame) -> GstFlowReturn>, pub transform_frame_ip: Option<unsafe extern "C" fn(_: *mut GstVideoFilter, _: *mut GstVideoFrame) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstVideoFilterClass
[src]

impl Clone for GstVideoFilterClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoFilterClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoFilterClass

impl !Sync for GstVideoFilterClass