rtpHdrextGetNtp56
fn
bool 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
data | the data to read from |
ntptime | the result NTP time |
Returns
true on success.