|
TuttleOFX
1
|
#include <LibAVPreset.hpp>
Public Member Functions | |
| LibAVPreset (const std::string &id) | |
| ~LibAVPreset () | |
| std::string | getPresetID () |
| std::string | getFormatID () |
| std::string | getVideoID () |
| std::string | getAudioID () |
| 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 LibAVPreset.hpp.
| tuttle::plugin::av::LibAVPreset::LibAVPreset | ( | const std::string & | id | ) | [inline] |
Definition at line 19 of file LibAVPreset.hpp.
References tuttle::plugin::av::LibAVPresetFileParser::getId(), tuttle::plugin::av::LibAVPresetFileParser::getParameters(), kPresetExtension, params, presetID, and tuttle::plugin::av::LibAVPresetParser::researchPresetsFiles().

| tuttle::plugin::av::LibAVPreset::~LibAVPreset | ( | ) | [inline] |
Definition at line 37 of file LibAVPreset.hpp.
| std::string tuttle::plugin::av::LibAVPreset::getAudioID | ( | ) | [inline] |
Definition at line 55 of file LibAVPreset.hpp.
References params.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam().
| std::string tuttle::plugin::av::LibAVPreset::getFormatID | ( | ) | [inline] |
Definition at line 53 of file LibAVPreset.hpp.
References params.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam().
| std::string tuttle::plugin::av::LibAVPreset::getPresetID | ( | ) | [inline] |
Definition at line 52 of file LibAVPreset.hpp.
References presetID.
| static void tuttle::plugin::av::LibAVPreset::getPresetList | ( | std::vector< std::string > & | presetID | ) | [inline, static] |
Definition at line 42 of file LibAVPreset.hpp.
References kPresetExtension.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam(), and getPresetList().
| static void tuttle::plugin::av::LibAVPreset::getPresetList | ( | std::vector< std::string > & | presetID, |
| std::vector< std::string > & | presetLabelID | ||
| ) | [inline, static] |
Definition at line 47 of file LibAVPreset.hpp.
References getPresetList(), and kPresetExtension.

| PresetsList tuttle::plugin::av::LibAVPreset::getPresetsPathList | ( | ) | [inline] |
Definition at line 57 of file LibAVPreset.hpp.
References kPresetExtension.
| std::string tuttle::plugin::av::LibAVPreset::getVideoID | ( | ) | [inline] |
Definition at line 54 of file LibAVPreset.hpp.
References params.
Referenced by tuttle::plugin::av::writer::AVWriterPlugin::changedParam().
Definition at line 64 of file LibAVPreset.hpp.
Referenced by getAudioID(), getFormatID(), getVideoID(), and LibAVPreset().
std::string tuttle::plugin::av::LibAVPreset::presetID [private] |
Definition at line 63 of file LibAVPreset.hpp.
Referenced by getPresetID(), and LibAVPreset().