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
QGstUtils Namespace Reference

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 *)

Typedef Documentation

◆ GListConstRangeAdaptor

template<typename ListType>
using QGstUtils::GListConstRangeAdaptor = GListRangeAdaptorImpl<ListType, true>

Definition at line 85 of file qglist_helper_p.h.

◆ GListRangeAdaptor

template<typename ListType>
using QGstUtils::GListRangeAdaptor = GListRangeAdaptorImpl<ListType, false>

Definition at line 83 of file qglist_helper_p.h.

Function Documentation

◆ audioFormatForCaps()

QAudioFormat QGstUtils::audioFormatForCaps ( const QGstCaps & caps)

Definition at line 56 of file qgstutils.cpp.

References QGstCaps::at(), and QGstStructureView::operator[]().

Here is the call graph for this function:

◆ audioFormatForSample()

QAudioFormat QGstUtils::audioFormatForSample ( GstSample * sample)

Definition at line 48 of file qgstutils.cpp.

◆ capsForAudioFormat()

QGstCaps QGstUtils::capsForAudioFormat ( const QAudioFormat & format)

Definition at line 83 of file qgstutils.cpp.

◆ codeToLanguage()

QLocale::Language QGstUtils::codeToLanguage ( const gchar * lang)

Definition at line 141 of file qgstutils.cpp.

◆ setFrameTimeStampsFromBuffer()

void QGstUtils::setFrameTimeStampsFromBuffer ( QVideoFrame * frame,
GstBuffer * buffer )

Definition at line 118 of file qgstutils.cpp.