Gst.Clock.prototype.get_master

function get_master():Gst.Clock {
    // Gjs wrapper for gst_clock_get_master()
}

Get the master clock that clock is slaved to or null when the clock is not slaved to any master clock.

Returns

a master Gst.Clock or null when this clock is not slaved to a master clock. Unref after usage. MT safe.