]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.h
Add mlt_properties_anim_set/get_double().
[mlt] / src / framework / mlt_properties.h
index 93c283cd05abcb81be5d1c1d923384cd32f99448..5113f2a93cd8a1599883b4cb9c42fc8653f48595 100644 (file)
@@ -92,10 +92,11 @@ extern char *mlt_properties_get_time( mlt_properties, const char* name, mlt_time
 
 extern int mlt_properties_anim_get_int( mlt_properties self, const char *name, int position, int length );
 extern int mlt_properties_anim_set_int( mlt_properties self, const char *name, int value, mlt_keyframe_type keyframe_type, int position, int length );
+extern double mlt_properties_anim_get_double( mlt_properties self, const char *name, int position, int length );
+extern int mlt_properties_anim_set_double( mlt_properties self, const char *name, double value, mlt_keyframe_type keyframe_type, int position, int length );
 
 extern int mlt_properties_set_rect( mlt_properties self, const char *name, mlt_rect value );
 extern mlt_rect mlt_properties_get_rect( mlt_properties self, const char *name );
-
 extern int mlt_properties_anim_set_rect( mlt_properties self, const char *name, mlt_rect value, mlt_keyframe_type keyframe_type, int position, int length );
 extern mlt_rect mlt_properties_anim_get_rect( mlt_properties self, const char *name, int position, int length );