Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 125 of file qvideoframe.h.

Member Enumeration Documentation

◆ PaintFlag

Enumerator
DontDrawSubtitles 

Definition at line 128 of file qvideoframe.h.

Member Data Documentation

◆ aspectRatioMode

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

Definition at line 127 of file qvideoframe.h.

◆ backgroundColor

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

Definition at line 126 of file qvideoframe.h.

◆ paintFlags

PaintFlags QVideoFrame::PaintOptions::paintFlags = {}

Definition at line 132 of file qvideoframe.h.


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