NtpSyncTimeUpdate Method (UInt32, UInt32) |
Updates NtpSyncTime with new values.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void Update(
uint high,
uint low
)
Public Sub Update (
high As UInteger,
low As UInteger
)
public:
void Update(
unsigned int high,
unsigned int low
)
member Update :
high : uint32 *
low : uint32 -> unit
Parameters
- high
- Type: SystemUInt32
New upper 32 bit of network timestamp. - low
- Type: SystemUInt32
New lower 32 bit of network timestamp.
See Also