Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QVideoFrame::PaintOptions Struct Reference

#include <qvideoframe.h>

+ Collaboration diagram for QVideoFrame::PaintOptions:

Public Types

enum  PaintFlag { DontDrawSubtitles = 0x1 }
 

Public Attributes

QColor backgroundColor = Qt::transparent
 
Qt::AspectRatioMode aspectRatioMode = Qt::KeepAspectRatio
 
PaintFlags paintFlags = {}
 

Detailed Description

Definition at line 119 of file qvideoframe.h.

Member Enumeration Documentation

◆ PaintFlag

Enumerator
DontDrawSubtitles 

Definition at line 122 of file qvideoframe.h.

Member Data Documentation

◆ aspectRatioMode

Qt::AspectRatioMode QVideoFrame::PaintOptions::aspectRatioMode = Qt::KeepAspectRatio

Definition at line 121 of file qvideoframe.h.

Referenced by QVideoFrame::paint().

◆ backgroundColor

QColor QVideoFrame::PaintOptions::backgroundColor = Qt::transparent

Definition at line 120 of file qvideoframe.h.

Referenced by QVideoFrame::paint().

◆ paintFlags

PaintFlags QVideoFrame::PaintOptions::paintFlags = {}

Definition at line 126 of file qvideoframe.h.

Referenced by QVideoFrame::paint().


The documentation for this struct was generated from the following file: