Audacity 3.2.0
Classes | Macros | Typedefs
AVDictionaryWrapper.h File Reference
#include <string_view>
#include <string>
#include <wx/string.h>
Include dependency graph for AVDictionaryWrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AVDictionaryWrapper
 

Macros

#define DICT_MATCH_CASE   1
 
#define DICT_IGNORE_SUFFIX   2
 

Typedefs

typedef struct AVDictionary AVDictionary
 

Macro Definition Documentation

◆ DICT_IGNORE_SUFFIX

#define DICT_IGNORE_SUFFIX   2

Definition at line 21 of file AVDictionaryWrapper.h.

◆ DICT_MATCH_CASE

#define DICT_MATCH_CASE   1

Definition at line 20 of file AVDictionaryWrapper.h.

Typedef Documentation

◆ AVDictionary

typedef struct AVDictionary AVDictionary

Definition at line 18 of file AVDictionaryWrapper.h.