Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qffmpegdemuxer.cpp File Reference
#include "playbackengine/qffmpegdemuxer_p.h"
#include <qloggingcategory.h>
#include "moc_qffmpegdemuxer_p.cpp"
+ Include dependency graph for qffmpegdemuxer.cpp:

Go to the source code of this file.

Namespaces

namespace  QFFmpeg
 

Functions

static QFFmpeg::Q_LOGGING_CATEGORY (qLcDemuxer, "qt.multimedia.ffmpeg.demuxer")
 
static qint64 QFFmpeg::streamTimeToUs (const AVStream *stream, qint64 time)
 

Variables

static QT_BEGIN_NAMESPACE constexpr qint64 MaxBufferingTimeUs = 4'000'000
 
static constexpr qint64 MaxBufferingSize = std::numeric_limits<qint64>::max()
 

Variable Documentation

◆ MaxBufferingSize

constexpr qint64 MaxBufferingSize = std::numeric_limits<qint64>::max()
staticconstexpr

Definition at line 13 of file qffmpegdemuxer.cpp.

Referenced by QFFmpeg::Demuxer::canDoNextStep().

◆ MaxBufferingTimeUs

QT_BEGIN_NAMESPACE constexpr qint64 MaxBufferingTimeUs = 4'000'000
staticconstexpr

Definition at line 10 of file qffmpegdemuxer.cpp.

Referenced by QFFmpeg::Demuxer::canDoNextStep().