7#include <QtMultimedia/qtmultimediaglobal.h>
8#include <QtMultimedia/qvideoframeformat.h>
10#include <QtCore/qmetatype.h>
11#include <QtCore/qshareddata.h>
12#include <QtGui/qimage.h>
40 ReadWrite = ReadOnly | WriteOnly
57 QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_PURE_SWAP(
QVideoFrame)
77 bool isMapped()
const;
78 bool isReadable()
const;
79 bool isWritable()
const;
86 int bytesPerLine(
int plane)
const;
90 int mappedBytes(
int plane)
const;
91 int planeCount()
const;
102 void setMirrored(
bool);
103 bool mirrored()
const;
111 DontDrawSubtitles = 0x1
114 PaintFlags paintFlags = {};
131#ifndef QT_NO_DEBUG_STREAM
The QAbstractVideoBuffer class is an abstraction for video data. \inmodule QtMultimedia.
The QColor class provides colors based on RGB, HSV or CMYK values.
The QPainter class performs low-level painting on widgets and other paint devices.
\inmodule QtCore\reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
The QVideoFrame class represents a frame of video data.
MapMode
Enumerates how a video buffer's data is mapped to system memory.
QVideoFrame(const QVideoFrame &other)
Constructs a shallow copy of other.
RotationAngle
The angle of the clockwise rotation that should be applied to a video frame before displaying.
HandleType
Identifies the type of a video buffers handle.
~QVideoFrame()
Destroys a video frame.
QVideoFrame(QVideoFrame &&other) noexcept=default
Constructs a QVideoFrame by moving from other.
QMap< QString, QString > map
[6]
Combined button and popup list for selecting options.
constexpr bool operator!=(const timespec &t1, const timespec &t2)
DBusConnection const char DBusError DBusBusType DBusError return DBusConnection DBusHandleMessageFunction void DBusFreeFunction return DBusConnection return DBusConnection return const char DBusError return DBusConnection DBusMessage dbus_uint32_t return DBusConnection dbus_bool_t DBusConnection DBusAddWatchFunction DBusRemoveWatchFunction DBusWatchToggledFunction void DBusFreeFunction return DBusConnection DBusDispatchStatusFunction void DBusFreeFunction DBusTimeout return DBusTimeout return DBusWatch return DBusWatch unsigned int return DBusError const DBusError return const DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessage return DBusMessageIter int const void return DBusMessageIter DBusMessageIter return DBusMessageIter void DBusMessageIter void int return DBusMessage DBusMessageIter return DBusMessageIter return DBusMessageIter DBusMessageIter const char const char const char const char return DBusMessage return DBusMessage const char return DBusMessage dbus_bool_t return DBusMessage dbus_uint32_t return DBusMessage void
#define Q_DECLARE_FLAGS(Flags, Enum)
GLint GLsizei GLsizei height
GLenum GLuint GLintptr GLsizeiptr size
[1]
GLuint64 GLenum handleType
GLint GLsizei GLsizei GLenum format
GLenum GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const void * bits
bool operator==(const QRandomGenerator &rng1, const QRandomGenerator &rng2)
#define QT_DECLARE_QESDP_SPECIALIZATION_DTOR_WITH_EXPORT(Class, ExportMacro)
Q_MULTIMEDIA_EXPORT QDebug operator<<(QDebug, const QVideoFrame &)