NetTimePacket.this

Creates a new #GstNetTimePacket from a buffer received over the network. The caller is responsible for ensuring that buffer is at least #GST_NET_TIME_PACKET_SIZE bytes long.

If buffer is null, the local and remote times will be set to #GST_CLOCK_TIME_NONE.

MT safe. Caller owns return value (gst_net_time_packet_free to free).

class NetTimePacket
this
(
ubyte[] buffer = null
)

Parameters

buffer ubyte[]

a buffer from which to construct the packet, or NULL

Return Value

The new #GstNetTimePacket.