ClockReturn
Description:
[ CCode ( cprefix = "GST_CLOCK_" , type_id = "gst_clock_return_get_type ()" ) ]
public enum ClockReturn
The return value of a clock operation.
Content:
Enum values:
- BADTIME - A bad time was provided to a
function.
- BUSY - The ClockID is busy
- DONE - The ClockID is done waiting
- EARLY - The operation was scheduled too late.
- ERROR - An error occurred
- OK - The operation succeeded.
- UNSCHEDULED - The clockID was
unscheduled
- UNSUPPORTED - Operation is not
supported