STIME_FORMAT
Description:
[ CCode ( cname = "GST_STIME_FORMAT" ) ]
[ Version ( since = "1.6" ) ]
public const string STIME_FORMAT
[ Version ( since = "1.6" ) ]
public const string STIME_FORMAT
A string that can be used in printf-like format strings to display a signed ClockTimeDiff or int64 value in `h:m:s` format.
Use TIME_ARGS to construct the matching arguments.
Example:
``` C printf("%" GST_STIME_FORMAT "\n", GST_STIME_ARGS(ts)); ```
Namespace: Gst
Package: gstreamer-1.0