TuttleOFX
1
|
00001 #ifndef _ofxMetadata_h_ 00002 #define _ofxMetadata_h_ 00003 00004 // TUTTLE_TODO 00005 00006 #include "ofxCore.h" 00007 #include "ofxParam.h" 00008 #include "ofxClip.h" 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 typedef struct OfxClipMetaDataSuiteV1 00015 { 00016 OfxStatus clipMetaDataGetParameterSet( const OfxClipHandle* clip, OfxParamSetHandle* paramSet ); 00017 } OfxClipMetaDataSuiteV1; 00018 00019 /* 00020 00021 // Need to exist ? 00022 typedef struct OfxImageMetaDataSuiteV1 { 00023 00024 OfxStatus imageMetaDataGetParameterSet(const OfxImageHandle* image, OfxParamSetHandle *paramSet); 00025 00026 } OfxImageMetaDataSuiteV1; 00027 00028 */ 00029 00030 #ifdef __cplusplus 00031 } 00032 #endif 00033 00034 #endif 00035