vlc.AudioCleanupCb

class vlc.AudioCleanupCb

Bases: ctypes.c_void_p

Callback prototype for audio playback cleanup.

This is called when the media player no longer needs an audio output.

Parameters:

opaque – data pointer as passed to libvlc_audio_set_callbacks() [IN].

Initialize self. See help(type(self)) for accurate signature.