]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_properties.h
add support for timecode and clock time strings to the framework
[mlt] / src / framework / mlt_properties.h
index 57c653ff7ff725cda73574a815293765089d4977..449f3630706aaef1e5049fa9747ad5d621a8c2a8 100644 (file)
@@ -88,5 +88,6 @@ extern mlt_properties mlt_properties_parse_yaml( const char *file );
 extern char *mlt_properties_serialise_yaml( mlt_properties self );
 extern void mlt_properties_lock( mlt_properties self );
 extern void mlt_properties_unlock( mlt_properties self );
+extern char *mlt_properties_get_time( mlt_properties, const char* name, mlt_time_format );
 
 #endif