rtpHdrextSetNtp64

fnbool rtpHdrextSetNtp64(void * data, uint size, ulong ntptime)

Writes the NTP time in ntptime to the format required for the NTP-64 header extension. data must hold at least #GST_RTP_HDREXT_NTP_64_SIZE bytes.

Parameters

datathe data to write to
sizethe size of data
ntptimethe NTP time

Returns

true on success.