就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 4.8.7
QtMultimedia
QVideoFrame
List of All Members for QVideoFrame
这是完整成员列表为
QVideoFrame
,包括继承的成员。
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 &