rtpHdrextSetNtp56
fn
bool rtpHdrextSetNtp56(void * data, uint size, ulong ntptime)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
data | the data to write to |
size | the size of data |
ntptime | the NTP time |
Returns
true on success.