TIME_FORMAT


Description:

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

A string that can be used in printf-like format to display e.

g. position or duration in `hh:mm:ss` format. Meant to be used together with [func@Clapper.TIME_ARGS].

Example:

```c gchar *str = g_strdup_printf ("%" CLAPPER_TIME_FORMAT, CLAPPER_TIME_ARGS (time)); ```


Namespace: Clapper
Package: clapper-0.0