rtpHdrextSetNtp56

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.

bool
rtpHdrextSetNtp56
(
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.