NetTimeProvider
Superclasses: Object
, InitiallyUnowned
, Object
Implemented Interfaces: Initable
- Constructors:
NetTimeProvider(**properties)
new(clock:Gst.Clock, address:str=None, port:int) -> GstNet.NetTimeProvider or None
Constructors
- class NetTimeProvider
- classmethod new(clock: Clock, address: str | None, port: int) NetTimeProvider | None
Allows network clients to get the current time of
clock
.- Parameters:
clock – a
Clock
to export over the networkaddress – an address to bind on as a dotted quad (xxx.xxx.xxx.xxx), IPv6 address, or NULL to bind to all addresses
port – a port to bind on, or 0 to let the kernel choose