TuttleOFX  1
LibAVPresetDefinitions.hpp File Reference
#include <string>
#include <vector>
#include <map>
Include dependency graph for LibAVPresetDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DIRLIST_SEP_CHARS   ":;"

Typedefs

typedef std::map< std::string,
std::vector< std::string > > 
PresetParameters
typedef std::vector< std::string > PresetsList

Enumerations

enum  EPresetType {
  eMainPresetType = 0, eFormatPresetType, eVideoPresetType, eAudioPresetType,
  eUnknownPresetType
}

Variables

static const std::string kPresetExtension = ".avpreset"
static const std::string kPresetFormatExtension = ".avfpreset"
static const std::string kPresetVideoExtension = ".avvpreset"
static const std::string kPresetAudioExtension = ".avapreset"
static const std::string kPresetLabel = "label"
static const std::string kPresetSubDirPath = ".libav"

Define Documentation


Typedef Documentation

typedef std::map<std::string, std::vector<std::string> > PresetParameters

Definition at line 8 of file LibAVPresetDefinitions.hpp.

typedef std::vector<std::string> PresetsList

Definition at line 9 of file LibAVPresetDefinitions.hpp.


Enumeration Type Documentation

Enumerator:
eMainPresetType 
eFormatPresetType 
eVideoPresetType 
eAudioPresetType 
eUnknownPresetType 

Definition at line 11 of file LibAVPresetDefinitions.hpp.


Variable Documentation

const std::string kPresetLabel = "label" [static]
const std::string kPresetSubDirPath = ".libav" [static]