AudioClock.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, gstaudio.types.AudioClockGetTimeFunc func)

Create a new #GstAudioClock instance. Whenever the clock time should be calculated it will call func with user_data. When func returns #GST_CLOCK_TIME_NONE, the clock will return the last reported time.

Parameters

namethe name of the clock
funca function

Returns

a new #GstAudioClock casted to a #GstClock.