Fixes to RTP library

This commit is contained in:
Thulinma 2017-06-15 16:34:44 +02:00
parent 5a44572896
commit 6595059737
2 changed files with 47 additions and 12 deletions

View file

@ -25,6 +25,7 @@ namespace RTP {
private:
bool managed;
char * data; ///<The actual RTP packet that is being sent
uint32_t maxDataLen;///< Amount of reserved bytes for the packet(s)
unsigned int datalen; ///<Size of rtp packet
int sentPackets;
int sentBytes;//Because ugly is beautiful