Clock.idCompareFunc

Compares the two #GstClockID instances. This function can be used as a GCompareFunc when sorting ids.

class Clock
static
int
idCompareFunc
(
void* id1
,
void* id2
)

Parameters

id1 void*

A #GstClockID

id2 void*

A #GstClockID to compare with

Return Value

Type: int

negative value if a < b; zero if a = b; positive value if a > b

MT safe.

Meta