]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
Add mlt_rect and mlt_properties_set/get_rect.
[mlt] / src / mlt++ / MltProperties.h
index 5a8718c65a36be16cd76fce1d69162611a90607c..d867f67e82d4d5d64b6206d598421547033d6426 100644 (file)
@@ -96,6 +96,13 @@ namespace Mlt
                        int preset( const char *name );
                        int set_lcnumeric( const char *locale );
                        const char *get_lcnumeric( );
+                       char *get_time( const char *name, mlt_time_format = mlt_time_smpte );
+                       int get_int( const char *name, int position, int length );
+                       int set( const char *name, int value, int position, int length,
+                               mlt_keyframe_type keyframe_type = mlt_keyframe_linear );
+                       int set( const char *name, mlt_rect value );
+                       int set( const char *name, double x, double y, double w, double h, double opacity = 1.0 );
+                       mlt_rect get_rect( const char* name );
        };
 }