#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qsize.h>
#include <QtGui/qimage.h>
#include <QtMultimedia/qvideoframe.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 609 of file qvideosurfaceformat.cpp.
612 switch (f.pixelFormat()) {
706 dbg.nospace() <<
"QVideoSurfaceFormat(" <<
typeName;
707 dbg.nospace() <<
", " << f.frameSize();
708 dbg.nospace() <<
", viewport=" << f.viewport();
709 dbg.nospace() <<
", pixelAspectRatio=" << f.pixelAspectRatio();
710 dbg.nospace() <<
")";
712 foreach(
const QByteArray& propertyName, f.propertyNames())
713 dbg <<
"\n " << propertyName.
data() <<
" = " << f.property(propertyName.
data());
char * data()
Returns a pointer to the data stored in the byte array.
The QByteArray class provides an array of bytes.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT