![]() |
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 | GListIterator |
struct | GListRangeAdaptorImpl |
class | QConcurrentQueue |
Typedefs | |
template<typename ListType> | |
using | GListRangeAdaptor = GListRangeAdaptorImpl<ListType, false> |
template<typename ListType> | |
using | GListConstRangeAdaptor = GListRangeAdaptorImpl<ListType, true> |
Functions | |
QAudioFormat | audioFormatForSample (GstSample *sample) |
QAudioFormat | audioFormatForCaps (const QGstCaps &caps) |
QGstCaps | capsForAudioFormat (const QAudioFormat &format) |
void | setFrameTimeStampsFromBuffer (QVideoFrame *frame, GstBuffer *buffer) |
QLocale::Language | codeToLanguage (const gchar *) |
using QGstUtils::GListConstRangeAdaptor = GListRangeAdaptorImpl<ListType, true> |
Definition at line 85 of file qglist_helper_p.h.
using QGstUtils::GListRangeAdaptor = GListRangeAdaptorImpl<ListType, false> |
Definition at line 83 of file qglist_helper_p.h.
QAudioFormat QGstUtils::audioFormatForCaps | ( | const QGstCaps & | caps | ) |
Definition at line 56 of file qgstutils.cpp.
References QGstCaps::at(), and QGstStructureView::operator[]().
QAudioFormat QGstUtils::audioFormatForSample | ( | GstSample * | sample | ) |
Definition at line 48 of file qgstutils.cpp.
QGstCaps QGstUtils::capsForAudioFormat | ( | const QAudioFormat & | format | ) |
Definition at line 83 of file qgstutils.cpp.
QLocale::Language QGstUtils::codeToLanguage | ( | const gchar * | lang | ) |
Definition at line 141 of file qgstutils.cpp.
void QGstUtils::setFrameTimeStampsFromBuffer | ( | QVideoFrame * | frame, |
GstBuffer * | buffer ) |
Definition at line 118 of file qgstutils.cpp.