Valadoc | Vala | Tutorial | API-References | Markup

rtcp_buffer_add_packet


Description:

public bool rtcp_buffer_add_packet (Buffer buffer, RTCPType type, ref RTCPPacket packet)

Add a new packet of type to buffer. packet will point to the newly created packet. if the max mtu is exceeded for the buffer.

Parameters:

buffer a valid RTCP buffer
packet pointer to new packet
type the RTCPType of the new packet

Returns:

true if the packet could be created. This function returns false

Namespace: Gst
Package: gstreamer-rtp-0.10