vlc.VideoCleanupCb

class vlc.VideoCleanupCb

Bases: ctypes.c_void_p

Callback prototype to configure picture buffers format.

Parameters:

opaque – private pointer as passed to libvlc_video_set_callbacks(). (and possibly modified by libvlc_video_format_cb) [IN].

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