![]() |
Qt 6.x
The Qt SDK
|
#include <qvideoframe.h>
Public Types | |
enum | PaintFlag { DontDrawSubtitles = 0x1 } |
Public Attributes | |
QColor | backgroundColor = Qt::transparent |
Qt::AspectRatioMode | aspectRatioMode = Qt::KeepAspectRatio |
PaintFlags | paintFlags = {} |
Definition at line 107 of file qvideoframe.h.
Enumerator | |
---|---|
DontDrawSubtitles |
Definition at line 110 of file qvideoframe.h.
Qt::AspectRatioMode QVideoFrame::PaintOptions::aspectRatioMode = Qt::KeepAspectRatio |
Definition at line 109 of file qvideoframe.h.
Referenced by QVideoFrame::paint().
QColor QVideoFrame::PaintOptions::backgroundColor = Qt::transparent |
Definition at line 108 of file qvideoframe.h.
Referenced by QVideoFrame::paint().
PaintFlags QVideoFrame::PaintOptions::paintFlags = {} |
Definition at line 114 of file qvideoframe.h.
Referenced by QVideoFrame::paint().