Video memory stream.
More...
#include <VLCQtCore/VideoStream.h>
Video memory stream.
VlcVideoStream sets proper callbacks to get YUV frames from libVLC. This class should be subclassed and implement frameUpdated to specify what to do with the frame.
- See also
- VlcQmlVideoStream
-
VlcAbstractVideoFrame
- Since
- VLC-Qt 1.1
VlcVideoStream constructor.
- Parameters
-
format | rendering format |
parent | parent object |
Rendering format.
- Returns
- current rendering format
Initialise video memory stream with player.
- Parameters
-
Get current frame.
- Returns
- current frame
The documentation for this class was generated from the following files:
- VideoStream.h
- VideoStream.cpp