rtpHdrextSetNtp64

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.

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

Parameters

data void*

the data to write to

size uint

the size of data

ntptime ulong

the NTP time

Return Value

Type: bool

true on success.