GstNetTimeProvider

GstNetTimeProvider

Functions

Properties

gboolean active Read / Write
gchar * address Read / Write / Construct Only
GstClock * clock Read / Write / Construct Only
gint port Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstNetTimeProvider

Implemented Interfaces

GstNetTimeProvider implements GInitable.

Includes

#include <gst/net/gstnet.h>

Description

Functions

gst_net_time_provider_new ()

GstNetTimeProvider *
gst_net_time_provider_new (GstClock *clock,
                           const gchar *address,
                           gint port);

Types and Values

struct GstNetTimeProvider

struct GstNetTimeProvider;

Property Details

The “active” property

  “active”                   gboolean

TRUE if the clock will respond to queries over the network.

Flags: Read / Write

Default value: TRUE


The “address” property

  “address”                  gchar *

The address to bind on, as a dotted quad (x.x.x.x).

Flags: Read / Write / Construct Only

Default value: "0.0.0.0"


The “clock” property

  “clock”                    GstClock *

The clock to export over the network.

Flags: Read / Write / Construct Only


The “port” property

  “port”                     gint

The port to receive the packets from, 0=allocate.

Flags: Read / Write / Construct Only

Allowed values: [0,65535]

Default value: 5637