rtpHdrextGetNtp64

fnbool rtpHdrextGetNtp64(ubyte[] data, out ulong ntptime) nothrow

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

Parameters

datathe data to read from
ntptimethe result NTP time

Returns

true on success.