]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
Add mlt_properties_anim_set/get() for string.
[mlt] / src / mlt++ / MltProperties.h
index decb7d135056f1f937940b2c68e604056e077c8a..6a710e4bf03f419a79c5b64ee827696e892957c2 100644 (file)
@@ -98,6 +98,8 @@ namespace Mlt
                        const char *get_lcnumeric( );
                        char *get_time( const char *name, mlt_time_format = mlt_time_smpte );
 
+                       char* anim_get( const char *name, int position, int length );
+                       int anim_set( const char *name, const char *value, int position, int length );
                        int anim_get_int( const char *name, int position, int length );
                        int anim_set( const char *name, int value, int position, int length,
                                mlt_keyframe_type keyframe_type = mlt_keyframe_linear );