![]() |
Qt 6.x
The Qt SDK
|
#include <qgst_p.h>
Public Member Functions | |
QGstStructure ()=default | |
QGstStructure (const GstStructure *s) | |
void | free () |
bool | isNull () const |
QByteArrayView | name () const |
QGValue | operator[] (const char *name) const |
Q_MULTIMEDIA_EXPORT QSize | resolution () const |
Q_MULTIMEDIA_EXPORT QVideoFrameFormat::PixelFormat | pixelFormat () const |
Q_MULTIMEDIA_EXPORT QGRange< float > | frameRateRange () const |
QByteArray | toString () const |
QGstStructure | copy () const |
Public Attributes | |
const GstStructure * | structure = nullptr |
|
default |
|
inline |
|
inline |
Definition at line 157 of file qgst_p.h.
References structure.
Referenced by QGstreamerMediaPlayer::processBusMessage().
QGRange< float > QGstStructure::frameRateRange | ( | ) | const |
Definition at line 398 of file qgstutils.cpp.
References insert(), and structure.
|
inline |
Definition at line 138 of file qgst_p.h.
References structure.
Referenced by QGstreamerMediaPlayer::~QGstreamerMediaPlayer(), and QGstreamerMediaPlayer::processBusMessage().
|
inline |
|
inline |
Definition at line 142 of file qgst_p.h.
References structure.
Referenced by QGstreamerFormatInfo::audioCodecForCaps(), QGstreamerFormatInfo::fileFormatForCaps(), QGstreamerFormatInfo::getMuxerList(), QGstreamerFormatInfo::imageFormatForCaps(), QGstreamerMediaPlayer::processBusMessage(), and QGstreamerFormatInfo::videoCodecForCaps().
|
inline |
QVideoFrameFormat::PixelFormat QGstStructure::pixelFormat | ( | ) | const |
Definition at line 375 of file qgstutils.cpp.
References QVideoFrameFormat::Format_Invalid, QVideoFrameFormat::Format_Jpeg, pixelFormat(), and structure.
Referenced by pixelFormat().
QSize QGstStructure::resolution | ( | ) | const |
Definition at line 360 of file qgstutils.cpp.
References structure.
Referenced by QGstreamerVideoOverlay::probeCaps().
|
inline |
Definition at line 150 of file qgst_p.h.
References str, and structure.
Referenced by QGstreamerFormatInfo::fileFormatForCaps().
const GstStructure* QGstStructure::structure = nullptr |
Definition at line 135 of file qgst_p.h.
Referenced by QGstreamerMessage::QGstreamerMessage(), copy(), frameRateRange(), free(), isNull(), name(), operator[](), pixelFormat(), QGstreamerMediaEncoder::processBusMessage(), resolution(), and toString().