![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qglobal.h>#include <QtCore/qlocale.h>#include <QtMultimedia/private/qmultimediautils_p.h>#include "common/qgst_handle_types_p.h"#include <gst/play/gstplay.h>Go to the source code of this file.
Classes | |
| struct | QGstPlaySupport::VideoInfo |
| struct | QGstPlaySupport::AudioInfo |
| struct | QGstPlaySupport::SubtitleInfo |
Namespaces | |
| namespace | QGstPlaySupport |
Functions | |
| VideoInfo | QGstPlaySupport::parseGstPlayVideoInfo (const GstPlayVideoInfo *info) |
| AudioInfo | QGstPlaySupport::parseGstPlayAudioInfo (const GstPlayAudioInfo *info) |
| SubtitleInfo | QGstPlaySupport::parseGstPlaySubtitleInfo (const GstPlaySubtitleInfo *info) |
| int | QGstPlaySupport::getStreamIndex (const GstPlayStreamInfo *info) |
| template<typename T, typename Enabler = std::enable_if_t<isStreamType<T>>> | |
| int | QGstPlaySupport::getStreamIndex (const T *info) |
Variables | |
| template<typename T> | |
| constexpr bool | QGstPlaySupport::isStreamType |