pub type GstAudioVisualizerShaderFunc = Option<unsafe extern "C" fn(_: *mut GstAudioVisualizer, _: *const GstVideoFrame, _: *mut GstVideoFrame)>;

Aliased Type§

enum GstAudioVisualizerShaderFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GstAudioVisualizer, _: *const GstVideoFrame, _: *mut GstVideoFrame)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstAudioVisualizer, _: *const GstVideoFrame, _: *mut GstVideoFrame))

Some value of type T.