]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
add support for timecode and clock time strings to the framework
[mlt] / src / mlt++ / MltProperties.h
index 5a8718c65a36be16cd76fce1d69162611a90607c..dfbc5eecdd85c5894e00e77ed5d1767b6c02f695 100644 (file)
@@ -96,6 +96,7 @@ 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 );
        };
 }