Clock.idCompareFunc

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

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

Parameters

id1A #GstClockID
id2A #GstClockID to compare with

Returns

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