vlc.MediaCloseCb
- class vlc.MediaCloseCb
Bases:
ctypes.c_void_pCallback prototype to close a custom bitstream input media.
- Parameters:
opaque – private pointer as set by the
MediaOpenCb. callback.
Initialize self. See help(type(self)) for accurate signature.