vlc.VideoDisplayCb ================== .. py:class:: vlc.VideoDisplayCb Bases: :py:obj:`ctypes.c_void_p` Callback 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. :param opaque: private pointer as passed to :func:`libvlc_video_set_callbacks` [IN]. :param picture: private pointer returned from the :class:`VideoLockCb`. callback [IN]. Initialize self. See help(type(self)) for accurate signature.