Home
·
All Classes
·
Modules
QVideoSurfaceFormat Class Reference
[
QtMultimedia
module]
Types
enum
Direction
{ TopToBottom, BottomToTop }
enum
YCbCrColorSpace
{ YCbCr_Undefined, YCbCr_BT601, YCbCr_BT709, YCbCr_xvYCC601, YCbCr_xvYCC709, YCbCr_JPEG }
Methods
__init__
(
self
)
__init__
(
self
, QSize, QVideoFrame.PixelFormat, QAbstractVideoBuffer.HandleType
type
= QAbstractVideoBuffer.NoHandle)
__init__
(
self
, QVideoSurfaceFormat)
int
frameHeight
(
self
)
float
frameRate
(
self
)
QSize
frameSize
(
self
)
int
frameWidth
(
self
)
QAbstractVideoBuffer.HandleType
handleType
(
self
)
bool
isValid
(
self
)
QSize
pixelAspectRatio
(
self
)
QVideoFrame.PixelFormat
pixelFormat
(
self
)
QVariant
property
(
self
, str)
list-of-QByteArray
propertyNames
(
self
)
Direction
scanLineDirection
(
self
)
setFrameRate
(
self
, float)
setFrameSize
(
self
, QSize)
setFrameSize
(
self
, int, int)
setPixelAspectRatio
(
self
, QSize)
setPixelAspectRatio
(
self
, int, int)
setProperty
(
self
, str, QVariant)
setScanLineDirection
(
self
, Direction)
setViewport
(
self
, QRect)
setYCbCrColorSpace
(
self
, YCbCrColorSpace)
QSize
sizeHint
(
self
)
QRect
viewport
(
self
)
YCbCrColorSpace
yCbCrColorSpace
(
self
)
Special Methods
bool
__eq__
(
self
, QVideoSurfaceFormat)
bool
__ne__
(
self
, QVideoSurfaceFormat)
Detailed Description
Type Documentation
QVideoSurfaceFormat.Direction
QVideoSurfaceFormat.YCbCrColorSpace
Method Documentation
QVideoSurfaceFormat.__init__ (
self
)
QVideoSurfaceFormat.__init__ (
self
,
QSize
,
QVideoFrame.PixelFormat
,
QAbstractVideoBuffer.HandleType
type
= QAbstractVideoBuffer.NoHandle)
QVideoSurfaceFormat.__init__ (
self
,
QVideoSurfaceFormat
)
int QVideoSurfaceFormat.frameHeight (
self
)
float QVideoSurfaceFormat.frameRate (
self
)
QSize
QVideoSurfaceFormat.frameSize (
self
)
int QVideoSurfaceFormat.frameWidth (
self
)
QAbstractVideoBuffer.HandleType
QVideoSurfaceFormat.handleType (
self
)
bool QVideoSurfaceFormat.isValid (
self
)
QSize
QVideoSurfaceFormat.pixelAspectRatio (
self
)
QVideoFrame.PixelFormat
QVideoSurfaceFormat.pixelFormat (
self
)
QVariant QVideoSurfaceFormat.property (
self
, str)
list-of-QByteArray QVideoSurfaceFormat.propertyNames (
self
)
Direction
QVideoSurfaceFormat.scanLineDirection (
self
)
QVideoSurfaceFormat.setFrameRate (
self
, float)
QVideoSurfaceFormat.setFrameSize (
self
,
QSize
)
QVideoSurfaceFormat.setFrameSize (
self
, int, int)
QVideoSurfaceFormat.setPixelAspectRatio (
self
,
QSize
)
QVideoSurfaceFormat.setPixelAspectRatio (
self
, int, int)
QVideoSurfaceFormat.setProperty (
self
, str, QVariant)
QVideoSurfaceFormat.setScanLineDirection (
self
,
Direction
)
QVideoSurfaceFormat.setViewport (
self
,
QRect
)
QVideoSurfaceFormat.setYCbCrColorSpace (
self
,
YCbCrColorSpace
)
QSize
QVideoSurfaceFormat.sizeHint (
self
)
QRect
QVideoSurfaceFormat.viewport (
self
)
YCbCrColorSpace
QVideoSurfaceFormat.yCbCrColorSpace (
self
)
bool QVideoSurfaceFormat.__eq__ (
self
,
QVideoSurfaceFormat
)
bool QVideoSurfaceFormat.__ne__ (
self
,
QVideoSurfaceFormat
)
PyQt 4.8 for X11
Copyright ©
Riverbank Computing Ltd
and
Nokia
2010
Qt 4.7.0