Qt Reference Documentation
Home
Modules
QtMultimedia
QVideoFrame
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
()
bits
() : uchar *
bits
() const : const uchar *
bytesPerLine
() 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
pixelFormat
() const : PixelFormat
pixelFormatFromImageFormat
( QImage::Format ) : PixelFormat
setEndTime
( qint64 )
setFieldType
( FieldType )
setStartTime
( qint64 )
size
() const : QSize
startTime
() const : qint64
unmap
()
width
() const : int
operator=
( const QVideoFrame & ) : QVideoFrame &