]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_types.h
add support for timecode and clock time strings to the framework
[mlt] / src / framework / mlt_types.h
index 99fd4a3ed1ae64a75c1676a473f15ec2290ee035..f242f12cc2b8bf2d58a4d69701f5938a24c86491 100644 (file)
@@ -62,6 +62,16 @@ typedef enum
 }
 mlt_audio_format;
 
+/** The time string formats */
+
+typedef enum
+{
+       mlt_time_frames = 0, /**< frame count */
+       mlt_time_clock,      /**< SMIL clock-value as [[hh:]mm:]ss[.fraction] */
+       mlt_time_smpte       /**< SMPTE timecode as [[[hh:]mm:]ss:]frames */
+}
+mlt_time_format;
+
 /** The relative time qualifiers */
 
 typedef enum