rtpHdrextSetNtp56

fnbool rtpHdrextSetNtp56(void * data, uint size, ulong ntptime) nothrow

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

Parameters

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

Returns

true on success.