RTPBuffer.padTo
void padTo(uint len)Set the amount of padding in the RTP packet in buffer to len. If len is 0, the padding is removed.
NOTE: This function does not work correctly.
Parameters
len | the new amount of padding |
void padTo(uint len)Set the amount of padding in the RTP packet in buffer to len. If len is 0, the padding is removed.
NOTE: This function does not work correctly.
len | the new amount of padding |