Qt 5.5
Qt Multimedia
C++ Classes
QVideoFrame
Qt 5.5.1 Reference Documentation
List of All Members for QVideoFrame
This is the complete list of members for
QVideoFrame
, including inherited members.
enum
FieldType
enum
PixelFormat
QVideoFrame
()
QVideoFrame
(QAbstractVideoBuffer *, const QSize &, PixelFormat)
QVideoFrame
(int, const QSize &, int, PixelFormat)
QVideoFrame
(const QImage &)
QVideoFrame
(const QVideoFrame &)
~QVideoFrame
()
availableMetaData
() const : QVariantMap
bits
() : uchar *
bits
(int) : uchar *
bits
() const : const uchar *
bits
(int) const : const uchar *
bytesPerLine
() const : int
bytesPerLine
(int) const : int
endTime
() const : qint64
fieldType
() const : FieldType
handle
() const : QVariant
handleType
() const : QAbstractVideoBuffer::HandleType
height
() const : int
imageFormatFromPixelFormat
(PixelFormat) : QImage::Format
isMapped
() const : bool
isReadable
() const : bool
isValid
() const : bool
isWritable
() const : bool
map
(QAbstractVideoBuffer::MapMode) : bool
mapMode
() const : QAbstractVideoBuffer::MapMode
mappedBytes
() const : int
metaData
(const QString &) const : QVariant
pixelFormat
() const : PixelFormat
pixelFormatFromImageFormat
(QImage::Format) : PixelFormat
planeCount
() const : int
setEndTime
(qint64)
setFieldType
(FieldType)
setMetaData
(const QString &, const QVariant &)
setStartTime
(qint64)
size
() const : QSize
startTime
() const : qint64
unmap
()
width
() const : int
operator!=
(const QVideoFrame &) const : bool
operator=
(const QVideoFrame &) : QVideoFrame &
operator==
(const QVideoFrame &) const : bool