ClockType
Description:
[ CCode ( cprefix = "GST_CLOCK_TYPE_" , type_id = "gst_clock_type_get_type ()" ) ]
public enum ClockType
The different kind of clocks.
Content:
Enum values:
- MONOTONIC - monotonic time since some
unspecified starting point
- OTHER - some other time source is used (Since:
1.0.5)
- REALTIME - time since Epoch
- TAI - time since Epoch, but using International
Atomic Time as reference (Since: 1.18)