![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgst_p.h>
Public Member Functions | |
| QGstStructureView (const GstStructure *) | |
| QGstStructureView (const QUniqueGstStructureHandle &) | |
| QUniqueGstStructureHandle | clone () const |
| bool | isNull () const |
| QByteArrayView | name () const |
| QGValue | operator[] (const char *fieldname) const |
| QGstCaps | caps () const |
| QGstTagListHandle | tags () const |
| QSize | resolution () const |
| QVideoFrameFormat::PixelFormat | pixelFormat () const |
| QGRange< float > | frameRateRange () const |
| std::optional< QGRange< QSize > > | resolutionRange () const |
| QGstreamerMessage | getMessage () |
| std::optional< Fraction > | pixelAspectRatio () const |
| QSize | nativeSize () const |
Public Attributes | |
| const GstStructure * | structure = nullptr |
|
explicit |
|
explicit |
| QGstCaps QGstStructureView::caps | ( | ) | const |
Definition at line 190 of file qgst.cpp.
References operator[](), and QGValue::toCaps().
| QUniqueGstStructureHandle QGstStructureView::clone | ( | ) | const |
| QGRange< float > QGstStructureView::frameRateRange | ( | ) | const |
| QGstreamerMessage QGstStructureView::getMessage | ( | ) |
Definition at line 327 of file qgst.cpp.
Referenced by QGstreamerMediaRecorder::processBusMessage().
| QByteArrayView QGstStructureView::name | ( | ) | const |
| QSize QGstStructureView::nativeSize | ( | ) | const |
Definition at line 348 of file qgst.cpp.
References QGstUtils::qCalculateFrameSizeGStreamer().
| QGValue QGstStructureView::operator[] | ( | const char * | fieldname | ) | const |
Definition at line 185 of file qgst.cpp.
Referenced by QGstUtils::audioFormatForCaps(), caps(), QGstreamerFormatInfo::fileFormatForCaps(), tags(), and QGstreamerFormatInfo::videoCodecForCaps().
| std::optional< Fraction > QGstStructureView::pixelAspectRatio | ( | ) | const |
| QVideoFrameFormat::PixelFormat QGstStructureView::pixelFormat | ( | ) | const |
| QGstTagListHandle QGstStructureView::tags | ( | ) | const |
Definition at line 195 of file qgst.cpp.
References QGValue::isNull(), and operator[]().