STIME_FORMAT

A string that can be used in printf-like format strings to display a signed #GstClockTimeDiff or #gint64 value in h:m:s format. Use GST_TIME_ARGS() to construct the matching arguments.

enum STIME_FORMAT = "c%";

Examples

|[ printf("%" GST_STIME_FORMAT "\n", GST_STIME_ARGS(ts)); ]|

Meta