Triggered after each clock synchronization

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate void PeerUpdatedHandler(
	ushort peerIndex,
	float rtt,
	int toTLS,
	int fromTLS
)

Parameters

peerIndex
Type: System..::..UInt16
Index number for the peer.
rtt
Type: System..::..Single
Round trip time in seconds between the peer and the TimelineSchronizer.
toTLS
Type: System..::..Int32
Kilobytes per second from the peer to the TimelineSchronizer. Not currently imlemented.
fromTLS
Type: System..::..Int32
Kilobytes per second from the TimelineSchronizer to the peer. Not currently imlemented.

See Also