Qt Reference Documentation
Home
Modules
QtMultimedia
QVideoSurfaceFormat
List of All Members for QVideoSurfaceFormat
This is the complete list of members for
QVideoSurfaceFormat
, including inherited members.
enum
Direction
enum
YCbCrColorSpace
QVideoSurfaceFormat
()
QVideoSurfaceFormat
( const QSize &, QVideoFrame::PixelFormat, QAbstractVideoBuffer::HandleType )
QVideoSurfaceFormat
( const QVideoSurfaceFormat & )
~QVideoSurfaceFormat
()
frameHeight
() const : int
frameRate
() const : qreal
frameSize
() const : QSize
frameWidth
() const : int
handleType
() const : QAbstractVideoBuffer::HandleType
isValid
() const : bool
pixelAspectRatio
() const : QSize
pixelFormat
() const : QVideoFrame::PixelFormat
property
( const char * ) const : QVariant
propertyNames
() const : QList<QByteArray>
scanLineDirection
() const : Direction
setFrameRate
( qreal )
setFrameSize
( const QSize & )
setFrameSize
( int, int )
setPixelAspectRatio
( const QSize & )
setPixelAspectRatio
( int, int )
setProperty
( const char *, const QVariant & )
setScanLineDirection
( Direction )
setViewport
( const QRect & )
setYCbCrColorSpace
( YCbCrColorSpace )
sizeHint
() const : QSize
viewport
() const : QRect
yCbCrColorSpace
() const : YCbCrColorSpace
operator!=
( const QVideoSurfaceFormat & ) const : bool
operator=
( const QVideoSurfaceFormat & ) : QVideoSurfaceFormat &
operator==
( const QVideoSurfaceFormat & ) const : bool