TuttleOFX  1
tuttle::plugin::av::LibAVFormatPreset Class Reference

#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

Detailed Description

Definition at line 16 of file LibAVFormatPreset.hpp.


Constructor & Destructor Documentation

tuttle::plugin::av::LibAVFormatPreset::LibAVFormatPreset ( const std::string &  id) [inline]
tuttle::plugin::av::LibAVFormatPreset::~LibAVFormatPreset ( ) [inline]

Definition at line 36 of file LibAVFormatPreset.hpp.


Member Function Documentation

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]
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.

Here is the call graph for this function:

PresetsList tuttle::plugin::av::LibAVFormatPreset::getPresetsPathList ( ) [inline]

Definition at line 56 of file LibAVFormatPreset.hpp.

References kPresetFormatExtension.


Field Documentation

Definition at line 62 of file LibAVFormatPreset.hpp.

Referenced by getPresetID(), and LibAVFormatPreset().


The documentation for this class was generated from the following file: