| GStreamer 0.10 Library Reference Manual |
|---|
GstNetTimeProviderGstNetTimeProvider — |
#include <gst/net/gstnet.h>
GstNetTimeProvider;
GstNetTimeProvider* gst_net_time_provider_new
(GstClock *clock,
const gchar *address,
gint port);
typedef struct {
GstObject parent;
} GstNetTimeProvider;
Opaque GstNetTimeProvider structure.
GstNetTimeProvider* gst_net_time_provider_new (GstClock *clock, const gchar *address, gint port);
Allows network clients to get the current time of clock.
clock : | a GstClock to export over the network |
address : | an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), or NULL to bind to all addresses |
port : | a port to bind on, or 0 to let the kernel choose |
| Returns : | the new GstNetTimeProvider, or NULL on error |
| << GstNetTimePacket | GStreamer Check Unit Testing >> |