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

#include <LibAVVideoPreset.hpp>

Public Member Functions

 LibAVVideoPreset (const std::string &id)
 ~LibAVVideoPreset ()
std::string getPresetID ()
std::string getVideoCodec ()
PresetParametersgetParameters ()
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 LibAVVideoPreset.hpp.


Constructor & Destructor Documentation

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

Definition at line 36 of file LibAVVideoPreset.hpp.


Member Function Documentation

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

Here is the call graph for this function:

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.


Field Documentation

Definition at line 62 of file LibAVVideoPreset.hpp.

Referenced by getPresetID(), and LibAVVideoPreset().


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