[ CCode ( type_id = "gst_net_time_provider_get_type ()" ) ]
[ GIR ( name = "NetTimeProvider" ) ]
public class TimeProvider : Object, Initable
This object exposes the time of a Clock on the network.
A TimeProvider is created with TimeProvider which takes a Clock, an address and a port number as arguments.
After creating the object, a client clock such as ClientClock can query the exposed clock over the network for its values.
The TimeProvider typically wraps the clock used by a Pipeline.