id_unschedule

function id_unschedule(id:Gst.ClockID):void {
    // Gjs wrapper for gst_clock_id_unschedule()
}

Cancel an outstanding request with id. This can either be an outstanding async notification or a pending sync notification. After this call, id cannot be used anymore to receive sync or async notifications, you need to create a new Gst.ClockID.

MT safe.

id

The id to unschedule