hdrext_set_ntp_64


Description:


public bool hdrext_set_ntp_64 (void* data, uint size, uint64 ntptime)

Writes the NTP time in ntptime to the format required for the NTP-64 header extension.

data must hold at least HDREXT_NTP_64_SIZE bytes.

Parameters:

data

the data to write to

size

the size of data

ntptime

the NTP time

Returns:

true on success.


Namespace: Gst.RTP