![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qffmpeg_p.h"#include <QtCore/qdebug.h>#include <QtCore/qloggingcategory.h>#include <QtCore/qscopeguard.h>#include <libavutil/pixdesc.h>#include <libavutil/samplefmt.h>#include <libavutil/error.h>Go to the source code of this file.
Namespaces | |
| namespace | QFFmpeg |
Definition at line 431 of file qffmpeg.cpp.
Definition at line 411 of file qffmpeg.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| AVMediaType | type ) |
Definition at line 421 of file qffmpeg.cpp.
Definition at line 401 of file qffmpeg.cpp.
Definition at line 365 of file qffmpeg.cpp.
Definition at line 456 of file qffmpeg.cpp.
Definition at line 441 of file qffmpeg.cpp.
Definition at line 359 of file qffmpeg.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QFFmpeg::AVDictionaryHolder & | dict ) |
Definition at line 380 of file qffmpeg.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| QFFmpeg::AVCodecCapabilities | caps ) |
Definition at line 605 of file qffmpeg.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| QFFmpeg::AVError | error ) |
Definition at line 389 of file qffmpeg.cpp.
References QFFmpeg::Success.
| QDebug operator<< | ( | QDebug | dbg, |
| QFFmpeg::AVHwConfigMethods | methods ) |
Definition at line 615 of file qffmpeg.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| QFFmpeg::AVPixelFormatFlags | flags ) |
Definition at line 610 of file qffmpeg.cpp.
| QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY | ( | qLcFFmpegUtils | , |
| "qt.multimedia.ffmpeg.utils" | ) |