|
| NullVideoSink (QObject *parent) |
|
bool | swapBuffers () override |
| Releases the current buffer, and consumes the next buffer in the queue, making it available for consumption by consumers of this API in an implementation-specific way. Clients will usually rely on a GL texture to receive the latest buffer. More...
|
|
virtual | ~VideoSink () |
|
const QMatrix4x4 & | transformationMatrix () const |
| Queries the 4x4 transformation matrix for the current frame. More...
|
|
Definition at line 26 of file video_sink.cpp.
◆ NullVideoSink()
NullVideoSink::NullVideoSink |
( |
QObject * |
parent | ) |
|
|
inline |
◆ swapBuffers()
bool NullVideoSink::swapBuffers |
( |
| ) |
|
|
inlineoverridevirtual |
Releases the current buffer, and consumes the next buffer in the queue, making it available for consumption by consumers of this API in an implementation-specific way. Clients will usually rely on a GL texture to receive the latest buffer.
Implements lomiri::MediaHub::VideoSink.
Definition at line 36 of file video_sink.cpp.
The documentation for this class was generated from the following file:
- /build/media-hub-4.7~20221216111809.14~f797858+ubports20.04/src/lib/MediaHub/video_sink.cpp