![]() |
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 |
| QList< QVideoFrameFormat::PixelFormat > | pixelFormats () 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 239 of file qgst.cpp.
References operator[](), and QGValue::toCaps().
| QUniqueGstStructureHandle QGstStructureView::clone | ( | ) | const |
| QGRange< float > QGstStructureView::frameRateRange | ( | ) | const |
| QGstreamerMessage QGstStructureView::getMessage | ( | ) |
Definition at line 428 of file qgst.cpp.
Referenced by QGstreamerMediaRecorder::processBusMessage().
| QByteArrayView QGstStructureView::name | ( | ) | const |
| QSize QGstStructureView::nativeSize | ( | ) | const |
Definition at line 449 of file qgst.cpp.
References QGstUtils::qCalculateFrameSizeGStreamer().
| QGValue QGstStructureView::operator[] | ( | const char * | fieldname | ) | const |
Definition at line 234 of file qgst.cpp.
Referenced by QGstUtils::audioFormatForCaps(), caps(), QGstreamerFormatInfo::fileFormatForCaps(), tags(), and QGstreamerFormatInfo::videoCodecForCaps().
| std::optional< Fraction > QGstStructureView::pixelAspectRatio | ( | ) | const |
| QList< QVideoFrameFormat::PixelFormat > QGstStructureView::pixelFormats | ( | ) | const |
| QGstTagListHandle QGstStructureView::tags | ( | ) | const |
Definition at line 244 of file qgst.cpp.
References QGValue::isNull(), and operator[]().