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