Audacity 3.2.0
|
This is the complete list of members for AVDictionaryWrapper, including all inherited members.
AVDictionaryWrapper(const AVDictionaryWrapper &rhs) noexcept | AVDictionaryWrapper | |
AVDictionaryWrapper(AVDictionaryWrapper &&rhs) noexcept | AVDictionaryWrapper | |
AVDictionaryWrapper(const FFmpegFunctions &ffmpeg) noexcept | AVDictionaryWrapper | explicit |
AVDictionaryWrapper(const FFmpegFunctions &ffmpeg, AVDictionary *rhs) noexcept | AVDictionaryWrapper | explicit |
Get(const std::string_view &key, const std::string_view &defaultValue, int flags=0) const | AVDictionaryWrapper | |
GetWrappedValue() noexcept | AVDictionaryWrapper | |
GetWrappedValue() const noexcept | AVDictionaryWrapper | |
HasValue(const std::string_view &key, int flags=0) const noexcept | AVDictionaryWrapper | |
mAVDictionary | AVDictionaryWrapper | protected |
mFFmpeg | AVDictionaryWrapper | protected |
operator=(const AVDictionaryWrapper &rhs) noexcept | AVDictionaryWrapper | |
operator=(AVDictionaryWrapper &&rhs) noexcept | AVDictionaryWrapper | |
Release() noexcept | AVDictionaryWrapper | |
Set(const std::string_view &key, const std::string &value, int flags=0) noexcept | AVDictionaryWrapper | |
Set(const std::string_view &key, const wxString &value, int flags=0) noexcept | AVDictionaryWrapper | |
Set(const std::string_view &key, const char *value, int flags=0) noexcept | AVDictionaryWrapper | |
Set(const std::string_view &key, const T &value, int flags=0) noexcept | AVDictionaryWrapper | inline |
~AVDictionaryWrapper() | AVDictionaryWrapper | virtual |