X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmlt%2B%2B%2FMltProperties.h;h=6c5b8e87ab89d403b15c71fdf5a524e3c386f5b8;hb=8d4492759357a003a45b2a8096a468ae27ed0471;hp=d2f8e8a3634d915c0168873c0341074b2807e815;hpb=12a7f692213dbafae42e02744fd734ca90d1cdde;p=mlt diff --git a/src/mlt++/MltProperties.h b/src/mlt++/MltProperties.h index d2f8e8a3..6c5b8e87 100644 --- a/src/mlt++/MltProperties.h +++ b/src/mlt++/MltProperties.h @@ -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 );