![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | AudioInfo |
struct | SubtitleInfo |
struct | VideoInfo |
Typedefs | |
using | QUniqueGstPlayMediaInfoHandle |
using | QUniqueGstPlayAudioInfoHandle |
using | QUniqueGstPlayVideoInfoHandle |
using | QUniqueGstPlaySubtitleInfoHandle |
Functions | |
VideoInfo | parseGstPlayVideoInfo (const GstPlayVideoInfo *info) |
AudioInfo | parseGstPlayAudioInfo (const GstPlayAudioInfo *info) |
SubtitleInfo | parseGstPlaySubtitleInfo (const GstPlaySubtitleInfo *info) |
int | getStreamIndex (const GstPlayStreamInfo *info) |
template<typename T, typename Enabler = std::enable_if_t<isStreamType<T>>> | |
int | getStreamIndex (const T *info) |
Variables | |
template<typename T> | |
constexpr bool | isStreamType |
Definition at line 33 of file qgst_play_p.h.
Definition at line 31 of file qgst_play_p.h.
Definition at line 37 of file qgst_play_p.h.
Definition at line 35 of file qgst_play_p.h.
int QGstPlaySupport::getStreamIndex | ( | const GstPlayStreamInfo * | info | ) |
Definition at line 67 of file qgst_play.cpp.
int QGstPlaySupport::getStreamIndex | ( | const T * | info | ) |
Definition at line 77 of file qgst_play_p.h.
AudioInfo QGstPlaySupport::parseGstPlayAudioInfo | ( | const GstPlayAudioInfo * | info | ) |
Definition at line 43 of file qgst_play.cpp.
References QGstPlaySupport::AudioInfo::bitrate, QGstPlaySupport::AudioInfo::channels, QGstPlaySupport::AudioInfo::maxBitrate, and QGstPlaySupport::AudioInfo::sampleRate.
SubtitleInfo QGstPlaySupport::parseGstPlaySubtitleInfo | ( | const GstPlaySubtitleInfo * | info | ) |
Definition at line 57 of file qgst_play.cpp.
VideoInfo QGstPlaySupport::parseGstPlayVideoInfo | ( | const GstPlayVideoInfo * | info | ) |
Definition at line 10 of file qgst_play.cpp.
References QGstPlaySupport::VideoInfo::bitrate, and QGstPlaySupport::VideoInfo::maxBitrate.
|
constexpr |
Definition at line 70 of file qgst_play_p.h.