TIME_FORMAT


Description:

[ CCode ( cname = "GST_TIME_FORMAT" ) ]
public const string TIME_FORMAT

A string that can be used in printf-like format strings to display a ClockTime value in `h:m:s` format.

Use TIME_ARGS to construct the matching arguments.

Example:

``` C printf("%" GST_TIME_FORMAT "\n", GST_TIME_ARGS(ts)); ```


Namespace: Gst
Package: gstreamer-1.0