NetTimeProvider.this

Allows network clients to get the current time of clock.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gst.clock.Clock clock, string address, int port)
    class NetTimeProvider

Parameters

clock gst.clock.Clock

a #GstClock to export over the network

address string

an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), IPv6 address, or NULL to bind to all addresses

port int

a port to bind on, or 0 to let the kernel choose

Return Value

the new #GstNetTimeProvider, or NULL on error