Click or drag to resize
NtpSyncTime Constructor (UInt32, UInt32)
Initializes NtpSyncTime with values MSW, LSW.

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

Parameters

high
Type: SystemUInt32
Upper 32 bit of network timestamp.
low
Type: SystemUInt32
Lower 32 bit of network timestamp.
See Also