Qt 6.x
The Qt SDK
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 107 of file qvideoframe.h.

Member Enumeration Documentation

◆ PaintFlag

Enumerator
DontDrawSubtitles 

Definition at line 110 of file qvideoframe.h.

Member Data Documentation

◆ aspectRatioMode

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

Definition at line 109 of file qvideoframe.h.

Referenced by QVideoFrame::paint().

◆ backgroundColor

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

Definition at line 108 of file qvideoframe.h.

Referenced by QVideoFrame::paint().

◆ paintFlags

PaintFlags QVideoFrame::PaintOptions::paintFlags = {}

Definition at line 114 of file qvideoframe.h.

Referenced by QVideoFrame::paint().


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