added graph display of instantly required bandwidth for VOIP, in preparation to chosing new video codec. GUI layout needs to be sorted.

This commit is contained in:
csoler 2015-08-07 21:40:48 -04:00
parent d5c33f5631
commit ec67ee0e00
6 changed files with 147 additions and 30 deletions

View file

@ -56,6 +56,8 @@ struct RsVOIPDataChunk
void *data ; // create/delete using malloc/free.
uint32_t size ;
RsVOIPDataType type ; // video or audio
void clear() ;
};
class RsVOIP