NtpSyncTime Constructor (UInt32, UInt32) |
Initializes NtpSyncTime with values MSW, LSW.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public NtpSyncTime(
uint high,
uint low
)
Public Sub New (
high As UInteger,
low As UInteger
)
public:
NtpSyncTime(
unsigned int high,
unsigned int low
)
new :
high : uint32 *
low : uint32 -> NtpSyncTime
Parameters
- high
- Type: SystemUInt32
Upper 32 bit of network timestamp. - low
- Type: SystemUInt32
Lower 32 bit of network timestamp.
See Also