就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.7.2
Qt Multimedia
C++ 类
QtMultimedia
QVideoFrame
List of All Members for QVideoFrame
这是完整成员列表为
QVideoFrame
,包括继承的成员。
enum
HandleType
enum
MapMode
QVideoFrame
()
QVideoFrame
(const QVideoFrameFormat &)
QVideoFrame
(const QVideoFrame &)
QVideoFrame
(QVideoFrame &&)
~QVideoFrame
()
bits
(int) : uchar *
bits
(int) const : const uchar *
bytesPerLine
(int) const : int
endTime
() const : qint64
handleType
() const : QVideoFrame::HandleType
height
() const : int
isMapped
() const : bool
isReadable
() const : bool
isValid
() const : bool
isWritable
() const : bool
map
(QVideoFrame::MapMode) : bool
mapMode
() const : QVideoFrame::MapMode
mappedBytes
(int) const : int
mirrored
() const : bool
paint
(QPainter *, const QRectF &, const QVideoFrame::PaintOptions &)
pixelFormat
() const : QVideoFrameFormat::PixelFormat
planeCount
() const : int
rotation
() const : QtVideo::Rotation
setEndTime
(qint64)
setMirrored
(bool)
setRotation
(QtVideo::Rotation)
setStartTime
(qint64)
setSubtitleText
(const QString &)
size
() const : QSize
startTime
() const : qint64
subtitleText
() const : QString
surfaceFormat
() const : QVideoFrameFormat
swap
(QVideoFrame &)
toImage
() const : QImage
unmap
()
width
() const : int
operator!=
(const QVideoFrame &) const : bool
operator=
(QVideoFrame &&) : QVideoFrame &
operator=
(const QVideoFrame &) : QVideoFrame &
operator==
(const QVideoFrame &) const : bool