vlc.AudioResumeCb ================= .. py:class:: vlc.AudioResumeCb Bases: :py:obj:`ctypes.c_void_p` Callback prototype for audio resumption. LibVLC invokes this callback to resume audio playback after it was previously paused. .. note:: The resume callback is never called if the audio is not paused. :param data: data pointer as passed to :func:`libvlc_audio_set_callbacks` [IN]. :param pts: time stamp of the resumption request (should be elapsed already). Initialize self. See help(type(self)) for accurate signature.