Click or drag to resize
NtpSyncTimeUpdate Method (UInt32, UInt32)
Updates NtpSyncTime with new values.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void Update(
	uint high,
	uint low
)

Parameters

high
Type: SystemUInt32
New upper 32 bit of network timestamp.
low
Type: SystemUInt32
New lower 32 bit of network timestamp.
See Also