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

(e795cad2da57bcd5521e88999d8acb07aa3c8424)

#include <QtMultimedia/private/qtmultimediaglobal_p.h>
#include <qmutex.h>
#include <qwaitcondition.h>
#include <qthread.h>
Include dependency graph for qffmpegthread_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QFFmpeg::ConsumerThread
 FFmpeg thread that is used to implement a consumer pattern. More...
struct  QFFmpeg::ConsumerThread::Deleter

Namespaces

namespace  QFFmpeg

Typedefs

template<typename T>
using QFFmpeg::ConsumerThreadUPtr = std::unique_ptr<T, ConsumerThread::Deleter>