vlc.AudioSetVolumeCb
- class vlc.AudioSetVolumeCb
Bases:
ctypes.c_void_pCallback prototype for audio volume change.
- Parameters:
data – data pointer as passed to
libvlc_audio_set_callbacks()[IN].volume – software volume (1. = nominal, 0. = mute).
mute – muted flag.
Initialize self. See help(type(self)) for accurate signature.