new_allocate
Description:
Allocate a new Buffer 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:
| payload_len |
the length of the payload |
| pad_len |
the amount of padding |
| csrc_count |
the number of CSRC entries |
Returns:
|
A newly allocated buffer that can hold an RTP packet with given parameters. |