Clock.idCompareFunc

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

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

Parameters

id1 const(void)*

A #GstClockID

id2 const(void)*

A #GstClockID to compare with

Return Value

Type: int

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