|
avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
#include <tuple>#include <memory>#include <iterator>#include <vector>#include <type_traits>#include <cassert>#include <libavutil/dict.h>#include "averror.h"#include "ffmpeg.h"

Go to the source code of this file.
Classes | |
| class | av::Dictionary |
| Implements interface to access to the AVDictionary entity. More... | |
| struct | av::Dictionary::AvStringDeleter |
| Deleter for raw string. More... | |
| struct | av::Dictionary::AvStringPtr |
| RAII holder for strings allocated by FFmpeg internals. More... | |
| class | av::Dictionary::Entry |
| Dictionary key and value holder and accessor. More... | |
| class | av::Dictionary::DictionaryIterator< constIterator > |
| Base dictionary iterator implementation. More... | |
| class | av::DictionaryArray |
| Array of Dictinaries wrapper. More... | |
Namespaces | |
| av | |