parameters.
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
payloadLen | the length of the payload |
padLen | the amount of padding |
csrcCount | the number of CSRC entries |
Returns
A newly allocated buffer that can hold an RTP packet with given