![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdarwinformatsinfo_p.h"#include <QtMultimedia/private/qapple_utils_p.h>#include <QtMultimedia/private/qmultimedia_ranges_p.h>#include <QtCore/qdebug.h>#include <QtCore/private/qcore_mac_p.h>#include <AVFoundation/AVFoundation.h>#include <AudioToolbox/AudioToolbox.h>#include <VideoToolbox/VideoToolbox.h>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| bool | QT_BEGIN_NAMESPACE::canEncodeAudioFormat (AudioFormatID formatID) |
| bool | QT_BEGIN_NAMESPACE::canEncodeDecodeFormat (AudioFormatID formatID) |
| std::set< CMVideoCodecType > | QT_BEGIN_NAMESPACE::availableVTVideoEncoderCodecTypes () |
| constexpr bool | QT_BEGIN_NAMESPACE::isVideoContainer (QMediaFormat::FileFormat fileFormat) |
| bool | QT_BEGIN_NAMESPACE::isPlayableExtendedMIMEType (const char *extendedMimetype) |
| bool | QT_BEGIN_NAMESPACE::isPlayableExtendedMIMEType (const char *containerName, const char *codecName) |
| QList< QPlatformMediaFormatInfo::CodecMap > | QT_BEGIN_NAMESPACE::enumerateDecoders () |
| QList< QPlatformMediaFormatInfo::CodecMap > | QT_BEGIN_NAMESPACE::enumerateEncoders () |
Variables | |
| struct { | |
| const char *__nonnull QT_BEGIN_NAMESPACE::name | |
| QMediaFormat::FileFormat QT_BEGIN_NAMESPACE::fileFormat | |
| QMediaFormat::AudioCodec QT_BEGIN_NAMESPACE::implicitCodec | |
| } | QT_BEGIN_NAMESPACE::mediaContainerMap [] |
| struct { | |
| const char *__nonnull QT_BEGIN_NAMESPACE::name | |
| QMediaFormat::VideoCodec QT_BEGIN_NAMESPACE::codec | |
| } | QT_BEGIN_NAMESPACE::videoCodecMap [] |
| struct { | |
| const char *__nonnull QT_BEGIN_NAMESPACE::name | |
| QMediaFormat::AudioCodec QT_BEGIN_NAMESPACE::codec | |
| } | QT_BEGIN_NAMESPACE::audioCodecMap [] |
| constexpr auto | QT_BEGIN_NAMESPACE::recordGetCodec |