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.
Make a copy of packet.
Returns this, for use in with statements.
Sends a #GstNetTimePacket over a socket.
Serialized a #GstNetTimePacket into a newly-allocated sequence of #GST_NET_TIME_PACKET_SIZE bytes, in network byte order. The value returned is suitable for passing to write(2) or sendto(2) for communication over the network.
Get field localTime.
Set field localTime.
Get field remoteTime.
Set field remoteTime.
Receives a #GstNetTimePacket over a socket. Handles interrupted system calls, but otherwise returns NULL on error.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Various functions for receiving, sending an serializing #GstNetTimePacket structures.