Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGstreamerFormatInfo Class Reference

#include <qgstreamerformatinfo_p.h>

Inheritance diagram for QGstreamerFormatInfo:
Collaboration diagram for QGstreamerFormatInfo:

Public Member Functions

 QGstreamerFormatInfo ()
 ~QGstreamerFormatInfo () override
QGstCaps formatCaps (const QMediaFormat &f) const
QGstCaps audioCaps (const QMediaFormat &f) const
QGstCaps videoCaps (const QMediaFormat &f) const
Public Member Functions inherited from QPlatformMediaFormatInfo
 QPlatformMediaFormatInfo ()
virtual ~QPlatformMediaFormatInfo ()
QList< QMediaFormat::FileFormatsupportedFileFormats (const QMediaFormat &constraints, QMediaFormat::ConversionMode m) const
QList< QMediaFormat::AudioCodecsupportedAudioCodecs (const QMediaFormat &constraints, QMediaFormat::ConversionMode m) const
QList< QMediaFormat::VideoCodecsupportedVideoCodecs (const QMediaFormat &constraints, QMediaFormat::ConversionMode m) const
bool isSupported (const QMediaFormat &format, QMediaFormat::ConversionMode m) const

Static Public Member Functions

static QMediaFormat::AudioCodec audioCodecForCaps (QGstStructureView structure)
static QMediaFormat::VideoCodec videoCodecForCaps (QGstStructureView structure)
static QMediaFormat::FileFormat fileFormatForCaps (QGstStructureView structure)
static QImageCapture::FileFormat imageFormatForCaps (QGstStructureView structure)

Additional Inherited Members

Public Attributes inherited from QPlatformMediaFormatInfo
QList< CodecMapencoders
QList< CodecMapdecoders
QList< QImageCapture::FileFormatimageFormats

Detailed Description

Definition at line 24 of file qgstreamerformatinfo_p.h.

Constructor & Destructor Documentation

◆ QGstreamerFormatInfo()

QGstreamerFormatInfo::QGstreamerFormatInfo ( )

Definition at line 382 of file qgstreamerformatinfo.cpp.

Referenced by QGstreamerIntegration::createFormatInfo().

Here is the caller graph for this function:

◆ ~QGstreamerFormatInfo()

QGstreamerFormatInfo::~QGstreamerFormatInfo ( )
overridedefault

Member Function Documentation

◆ audioCaps()

QGstCaps QGstreamerFormatInfo::audioCaps ( const QMediaFormat & f) const

Definition at line 421 of file qgstreamerformatinfo.cpp.

◆ audioCodecForCaps()

QT_BEGIN_NAMESPACE QMediaFormat::AudioCodec QGstreamerFormatInfo::audioCodecForCaps ( QGstStructureView structure)
static

Definition at line 14 of file qgstreamerformatinfo.cpp.

◆ fileFormatForCaps()

QMediaFormat::FileFormat QGstreamerFormatInfo::fileFormatForCaps ( QGstStructureView structure)
static

Definition at line 109 of file qgstreamerformatinfo.cpp.

References QGstStructureView::operator[](), and QGValue::toString().

Here is the call graph for this function:

◆ formatCaps()

QGstCaps QGstreamerFormatInfo::formatCaps ( const QMediaFormat & f) const

Definition at line 398 of file qgstreamerformatinfo.cpp.

◆ imageFormatForCaps()

QImageCapture::FileFormat QGstreamerFormatInfo::imageFormatForCaps ( QGstStructureView structure)
static

Definition at line 164 of file qgstreamerformatinfo.cpp.

◆ videoCaps()

QGstCaps QGstreamerFormatInfo::videoCaps ( const QMediaFormat & f) const

Definition at line 443 of file qgstreamerformatinfo.cpp.

◆ videoCodecForCaps()

QMediaFormat::VideoCodec QGstreamerFormatInfo::videoCodecForCaps ( QGstStructureView structure)
static

Definition at line 63 of file qgstreamerformatinfo.cpp.

References QGstStructureView::operator[]().

Here is the call graph for this function:

The documentation for this class was generated from the following files: