TuttleOFX  1
BitDepthDefinitions.hpp
Go to the documentation of this file.
00001 #ifndef _BITDEPTH_DEFINITIONS_HPP_
00002 #define _BITDEPTH_DEFINITIONS_HPP_
00003 
00004 namespace tuttle {
00005 namespace plugin {
00006 namespace bitDepth {
00007 
00008 static const std::string kParamOutputBitDepth = "outputBitDepth";
00009 
00010 }
00011 }
00012 }
00013 
00014 #endif