TIME_FORMAT

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

enum TIME_FORMAT = "u:%02u:%02u.%09u";

Examples

|[<!-- language="C" --> printf("%" GST_TIME_FORMAT "\n", GST_TIME_ARGS(ts)); ]|

Meta