TuttleOFX  1
tuttle::plugin::av::reader Namespace Reference

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

Function Documentation

tuttle::plugin::av::reader::mDeclarePluginFactory ( AVReaderPluginFactory  )

Variable Documentation

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