Uses of Class
io.qt.multimedia.QAbstractVideoSurface
Package | Description |
---|---|
io.qt.multimedia | |
io.qt.multimedia.widgets |
-
Uses of QAbstractVideoSurface in io.qt.multimedia
Methods in io.qt.multimedia that return QAbstractVideoSurface Modifier and Type Method Description abstract QAbstractVideoSurface
QVideoRendererControl. surface()
Methods in io.qt.multimedia with parameters of type QAbstractVideoSurface Modifier and Type Method Description abstract void
QVideoRendererControl. setSurface(QAbstractVideoSurface surface)
void
QMediaPlayer. setVideoOutput(QAbstractVideoSurface surface)
void
QCamera. setViewfinder(QAbstractVideoSurface surface)
Method parameters in io.qt.multimedia with type arguments of type QAbstractVideoSurface Modifier and Type Method Description void
QMediaPlayer. setVideoOutput(Collection<QAbstractVideoSurface> surfaces)
-
Uses of QAbstractVideoSurface in io.qt.multimedia.widgets
Methods in io.qt.multimedia.widgets that return QAbstractVideoSurface Modifier and Type Method Description QAbstractVideoSurface
QGraphicsVideoItem. videoSurface()
QAbstractVideoSurface
QVideoWidget. videoSurface()