Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qffmpegmediadataholder_p.h File Reference

(6aa3fa59fb845b20c19a6b043144072bf2c7363e)

#include "qmediametadata.h"
#include "private/qplatformmediaplayer_p.h"
#include "qffmpeg_p.h"
#include "qvideoframe.h"
#include <private/qmultimediautils_p.h>
#include <array>
#include <optional>
+ Include dependency graph for qffmpegmediadataholder_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QFFmpeg::ICancelToken
 
class  QFFmpeg::MediaDataHolder
 
struct  QFFmpeg::MediaDataHolder::StreamInfo
 
struct  QFFmpeg::MediaDataHolder::ContextError
 

Namespaces

namespace  QFFmpeg
 

Typedefs

using QFFmpeg::AVFormatContextUPtr = std::unique_ptr<AVFormatContext, AVDeleter<decltype(&avformat_close_input), &avformat_close_input>>