]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltProperties.h
fix decklink build for OS X
[mlt] / src / mlt++ / MltProperties.h
index fce173ff0adf3d6a55aff030b6f83ba4a96a664f..dfbc5eecdd85c5894e00e77ed5d1767b6c02f695 100644 (file)
@@ -93,6 +93,10 @@ namespace Mlt
                        bool is_sequence( );
                        static Properties *parse_yaml( const char *file );
                        char *serialise_yaml( );
+                       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 );
        };
 }