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

(0d9483007ecac12eb161cdf2442997bd979d1ffa)

#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>
Include dependency graph for qgst_play_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QGstPlaySupport::VideoInfo
struct  QGstPlaySupport::AudioInfo
struct  QGstPlaySupport::SubtitleInfo

Namespaces

namespace  QGstPlaySupport

Typedefs

using QGstPlaySupport::QUniqueGstPlayMediaInfoHandle
using QGstPlaySupport::QUniqueGstPlayAudioInfoHandle
using QGstPlaySupport::QUniqueGstPlayVideoInfoHandle
using QGstPlaySupport::QUniqueGstPlaySubtitleInfoHandle

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