]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
Fix compilation on Qt 4.
[mlt] / src / mlt++ / MltProperties.h
index d2f8e8a3634d915c0168873c0341074b2807e815..9ccbcf9d1d36c1bd324f5bb28a8eccaf2e18122a 100644 (file)
@@ -53,7 +53,7 @@ namespace Mlt
                        void unlock( );
                        void block( void *object = NULL );
                        void unblock( void *object = NULL );
-                       void fire_event( const char *event );
+                       int fire_event( const char *event );
                        bool is_valid( );
                        int count( );
                        char *get( const char *name );
@@ -97,6 +97,9 @@ namespace Mlt
                        int set_lcnumeric( const char *locale );
                        const char *get_lcnumeric( );
                        char *get_time( const char *name, mlt_time_format = mlt_time_smpte );
+                       char *frames_to_time( int, mlt_time_format = mlt_time_smpte );
+                       int time_to_frames( const char* time );
+
                        mlt_color get_color( const char *name );
                        int set( const char *name , mlt_color value );