]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
Add mlt_properties_frames_to_time() and mlt_properties_time_to_frames().
[mlt] / src / mlt++ / MltProperties.h
index d2f8e8a3634d915c0168873c0341074b2807e815..6c5b8e87ab89d403b15c71fdf5a524e3c386f5b8 100644 (file)
@@ -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 );