[][src]Function gstreamer_video_sys::gst_video_resampler_init

pub unsafe extern "C" fn gst_video_resampler_init(
    resampler: *mut GstVideoResampler,
    method: GstVideoResamplerMethod,
    flags: GstVideoResamplerFlags,
    n_phases: c_uint,
    n_taps: c_uint,
    shift: c_double,
    in_size: c_uint,
    out_size: c_uint,
    options: *mut GstStructure
) -> gboolean