TuttleOFX
1
|
Data Structures | |
struct | AVReaderParams |
class | AVReaderPlugin |
AudioVideo plugin. More... | |
class | AVReaderProcess |
Audio Video process. More... | |
Functions | |
mDeclarePluginFactory (AVReaderPluginFactory,{},{}) | |
Variables | |
static const std::string | kParamFormatGroup = "formatGroup" |
static const std::string | kParamFormatDetailledGroup = "formatDetailledGroup" |
static const std::string | kParamVideoGroup = "videoGroup" |
static const std::string | kParamVideoDetailledGroup = "videoDetailledGroup" |
static const std::string | kParamAudioGroup = "audioGroup" |
static const std::string | kParamAudioDetailledGroup = "audioDetailledGroup" |
static const std::string | kParamMetaGroup = "metaGroup" |
static const std::string | kParamMetaDetailledGroup = "metaDetailledGroup" |
static const std::string | kParamUseCustomSAR = "useCustomSAR" |
static const std::string | kParamCustomSAR = "customSAR" |
static const bool | kSupportTiles = false |
tuttle::plugin::av::reader::mDeclarePluginFactory | ( | AVReaderPluginFactory | ) |
const std::string tuttle::plugin::av::reader::kParamAudioDetailledGroup = "audioDetailledGroup" [static] |
Definition at line 17 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamAudioGroup = "audioGroup" [static] |
Definition at line 16 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamCustomSAR = "customSAR" [static] |
Definition at line 22 of file AVReaderDefinitions.hpp.
Referenced by tuttle::plugin::av::reader::AVReaderPlugin::AVReaderPlugin(), and tuttle::plugin::av::reader::AVReaderPlugin::changedParam().
const std::string tuttle::plugin::av::reader::kParamFormatDetailledGroup = "formatDetailledGroup" [static] |
Definition at line 13 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamFormatGroup = "formatGroup" [static] |
Definition at line 12 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamMetaDetailledGroup = "metaDetailledGroup" [static] |
Definition at line 19 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamMetaGroup = "metaGroup" [static] |
Definition at line 18 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamUseCustomSAR = "useCustomSAR" [static] |
Definition at line 21 of file AVReaderDefinitions.hpp.
Referenced by tuttle::plugin::av::reader::AVReaderPlugin::AVReaderPlugin(), tuttle::plugin::av::reader::AVReaderPlugin::changedParam(), and tuttle::plugin::av::reader::AVReaderPlugin::updateVisibleTools().
const std::string tuttle::plugin::av::reader::kParamVideoDetailledGroup = "videoDetailledGroup" [static] |
Definition at line 15 of file AVReaderDefinitions.hpp.
const std::string tuttle::plugin::av::reader::kParamVideoGroup = "videoGroup" [static] |
Definition at line 14 of file AVReaderDefinitions.hpp.
const bool tuttle::plugin::av::reader::kSupportTiles = false [static] |
Definition at line 10 of file AVReaderPluginFactory.hpp.