TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_AV_READER_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_AV_READER_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/global.hpp> 00005 #include <tuttle/plugin/context/ReaderPlugin.hpp> 00006 00007 namespace tuttle { 00008 namespace plugin { 00009 namespace av { 00010 namespace reader { 00011 00012 static const std::string kParamFormatGroup = "formatGroup"; 00013 static const std::string kParamFormatDetailledGroup = "formatDetailledGroup"; 00014 static const std::string kParamVideoGroup = "videoGroup"; 00015 static const std::string kParamVideoDetailledGroup = "videoDetailledGroup"; 00016 static const std::string kParamAudioGroup = "audioGroup"; 00017 static const std::string kParamAudioDetailledGroup = "audioDetailledGroup"; 00018 static const std::string kParamMetaGroup = "metaGroup"; 00019 static const std::string kParamMetaDetailledGroup = "metaDetailledGroup"; 00020 00021 static const std::string kParamUseCustomSAR = "useCustomSAR"; 00022 static const std::string kParamCustomSAR = "customSAR"; 00023 00024 } 00025 } 00026 } 00027 } 00028 00029 #endif