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
formatutils_p.h File Reference

(ac06a6ffad93aed1f2246d7f199c8dc729a16f55)

#include <QtMultimedia/qmediaformat.h>
#include <set>
#include <vector>
Include dependency graph for formatutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE std::set< QMediaFormat::VideoCodecallVideoCodecs (bool includeUnspecified=false)
std::set< QMediaFormat::AudioCodecallAudioCodecs (bool includeUnspecified=false)
std::set< QMediaFormat::FileFormatallFileFormats (bool includeUnspecified=false)
std::vector< QMediaFormatallMediaFormats (bool includeUnspecified=false)

Function Documentation

◆ allAudioCodecs()

std::set< QMediaFormat::AudioCodec > allAudioCodecs ( bool includeUnspecified = false)

Definition at line 22 of file formatutils.cpp.

◆ allFileFormats()

std::set< QMediaFormat::FileFormat > allFileFormats ( bool includeUnspecified = false)

Definition at line 36 of file formatutils.cpp.

◆ allMediaFormats()

std::vector< QMediaFormat > allMediaFormats ( bool includeUnspecified = false)

Definition at line 49 of file formatutils.cpp.

◆ allVideoCodecs()

QT_BEGIN_NAMESPACE std::set< QMediaFormat::VideoCodec > allVideoCodecs ( bool includeUnspecified = false)

Definition at line 8 of file formatutils.cpp.