rtpHdrextGetNtp56

fnbool rtpHdrextGetNtp56(ubyte[] data, out ulong ntptime)

Reads the NTP time from the size NTP-56 extension bytes in data and store the result in ntptime.

Parameters

datathe data to read from
ntptimethe result NTP time

Returns

true on success.