vlc.VideoDisplayCb
- class vlc.VideoDisplayCb
Bases:
ctypes.c_void_pCallback prototype to display a picture.
When the video frame needs to be shown, as determined by the media playback clock, the display callback is invoked.
- Parameters:
opaque – private pointer as passed to
libvlc_video_set_callbacks()[IN].picture – private pointer returned from the
VideoLockCb. callback [IN].
Initialize self. See help(type(self)) for accurate signature.