NtpClock.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, string remoteAddress, int remotePort, gst.types.ClockTime baseTime)

Create a new #GstNtpClock that will report the time provided by the NTPv4 server on remote_address and remote_port.

Parameters

namea name for the clock
remoteAddressthe address or hostname of the remote clock provider
remotePortthe port of the remote clock provider
baseTimeinitial time of the clock

Returns

a new #GstClock that receives a time from the remote

clock.