Fixes to RTP library
This commit is contained in:
parent
5a44572896
commit
6595059737
2 changed files with 47 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue