avcpp
2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
|
This is the complete list of members for av::Dictionary::Entry, including all inherited members.
Dictionary class | av::Dictionary::Entry | friend |
DictionaryIterator class | av::Dictionary::Entry | friend |
isNull() const | av::Dictionary::Entry | |
key() const noexcept | av::Dictionary::Entry | |
operator bool() const | av::Dictionary::Entry | |
operator!=(const Entry &lhs, const Entry &rhs) | av::Dictionary::Entry | friend |
operator=(const char *value) noexcept | av::Dictionary::Entry | |
operator=(const std::string &value) noexcept | av::Dictionary::Entry | |
operator==(const Entry &lhs, const Entry &rhs) | av::Dictionary::Entry | friend |
set(const char *value, int flags=0) noexcept | av::Dictionary::Entry | |
set(const std::string &value, int flags=0) noexcept | av::Dictionary::Entry | |
value() const noexcept | av::Dictionary::Entry |