NetClientClock

class NetClientClock(**properties: Any)

Superclasses: SystemClock, Clock, Object, InitiallyUnowned, Object

Subclasses: NtpClock

Constructors:

NetClientClock(**properties)
new(name:str=None, remote_address:str, remote_port:int, base_time:int) -> Gst.Clock

Constructors

class NetClientClock
classmethod new(name: str | None, remote_address: str, remote_port: int, base_time: int) Clock

Create a new NetClientClock that will report the time provided by the NetTimeProvider on remote_address and remote_port.

Parameters:
  • name – a name for the clock

  • remote_address – the address or hostname of the remote clock provider

  • remote_port – the port of the remote clock provider

  • base_time – initial time of the clock

Properties

class NetClientClock
props.address: str
props.base_time: int
props.bus: Bus
props.internal_clock: Clock
props.minimum_update_interval: int
props.port: int
props.qos_dscp: int
props.round_trip_limit: int

Fields

class NetClientClock
clock
priv