RTPBuffer.newAllocate

gst.buffer.Buffer newAllocate(uint payloadLen, ubyte padLen, ubyte csrcCount)

Allocate a new #GstBuffer with enough data to hold an RTP packet with csrc_count CSRCs, a payload length of payload_len and padding of pad_len. All other RTP header fields will be set to 0/FALSE.

Parameters

payloadLenthe length of the payload
padLenthe amount of padding
csrcCountthe number of CSRC entries

Returns

A newly allocated buffer that can hold an RTP packet with given

parameters.