TuttleOFX
1
|
#include <LibAVFormatPreset.hpp>
Public Member Functions | |
LibAVFormatPreset (const std::string &id) | |
~LibAVFormatPreset () | |
std::string | getPresetID () |
std::string | getFormat () |
PresetParameters | getParameters () |
PresetsList | getPresetsPathList () |
Static Public Member Functions | |
static void | getPresetList (std::vector< std::string > &presetID) |
static void | getPresetList (std::vector< std::string > &presetID, std::vector< std::string > &presetLabelID) |
Private Attributes | |
std::string | presetID |
PresetParameters | params |
Definition at line 16 of file LibAVFormatPreset.hpp.
tuttle::plugin::av::LibAVFormatPreset::LibAVFormatPreset | ( | const std::string & | id | ) | [inline] |
Definition at line 19 of file LibAVFormatPreset.hpp.
References tuttle::plugin::av::LibAVPresetFileParser::getId(), tuttle::plugin::av::LibAVPresetFileParser::getParameters(), kPresetFormatExtension, params, presetID, and tuttle::plugin::av::LibAVPresetParser::researchPresetsFiles().
tuttle::plugin::av::LibAVFormatPreset::~LibAVFormatPreset | ( | ) | [inline] |
Definition at line 36 of file LibAVFormatPreset.hpp.
std::string tuttle::plugin::av::LibAVFormatPreset::getFormat | ( | ) | [inline] |
Definition at line 52 of file LibAVFormatPreset.hpp.
References params.
PresetParameters tuttle::plugin::av::LibAVFormatPreset::getParameters | ( | ) | [inline] |
Definition at line 54 of file LibAVFormatPreset.hpp.
References params.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam().
std::string tuttle::plugin::av::LibAVFormatPreset::getPresetID | ( | ) | [inline] |
Definition at line 51 of file LibAVFormatPreset.hpp.
References presetID.
static void tuttle::plugin::av::LibAVFormatPreset::getPresetList | ( | std::vector< std::string > & | presetID | ) | [inline, static] |
Definition at line 41 of file LibAVFormatPreset.hpp.
References kPresetFormatExtension.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam(), and getPresetList().
static void tuttle::plugin::av::LibAVFormatPreset::getPresetList | ( | std::vector< std::string > & | presetID, |
std::vector< std::string > & | presetLabelID | ||
) | [inline, static] |
Definition at line 46 of file LibAVFormatPreset.hpp.
References getPresetList(), and kPresetFormatExtension.
PresetsList tuttle::plugin::av::LibAVFormatPreset::getPresetsPathList | ( | ) | [inline] |
Definition at line 56 of file LibAVFormatPreset.hpp.
References kPresetFormatExtension.
Definition at line 63 of file LibAVFormatPreset.hpp.
Referenced by getFormat(), getParameters(), and LibAVFormatPreset().
std::string tuttle::plugin::av::LibAVFormatPreset::presetID [private] |
Definition at line 62 of file LibAVFormatPreset.hpp.
Referenced by getPresetID(), and LibAVFormatPreset().