Callbacks¶
|
|
|
Details¶
- GstPbutils.AudioVisualizerShaderFunc(scope, s, d)¶
- Parameters:
scope (
GstPbutils.AudioVisualizer
) –s (
GstVideo.VideoFrame
) –d (
GstVideo.VideoFrame
) –
- GstPbutils.InstallPluginsResultFunc(result, *user_data)¶
- Parameters:
result (
GstPbutils.InstallPluginsReturn
) – whether the installation of the requested plugins succeeded or notuser_data (
object
orNone
) – the user data passed toGstPbutils.install_plugins_async
()
The prototype of the callback function that will be called once the external plugin installer program has returned. You only need to provide a callback function if you are using the asynchronous interface.