rtpHdrextGetNtp64
fn
bool rtpHdrextGetNtp64(ubyte[] data, out ulong ntptime)Reads the NTP time from the size NTP-64 extension bytes in data and store the result in ntptime.
Parameters
data | the data to read from |
ntptime | the result NTP time |
Returns
true on success.