mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
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:
parent
d5c33f5631
commit
ec67ee0e00
6 changed files with 147 additions and 30 deletions
|
@ -147,6 +147,14 @@ RsServiceInfo p3VOIP::getServiceInfo()
|
|||
TURTLE_MIN_MINOR_VERSION);
|
||||
}
|
||||
|
||||
void RsVOIPDataChunk::clear()
|
||||
{
|
||||
|
||||
if(data)
|
||||
free(data) ;
|
||||
data=NULL;
|
||||
size=0 ;
|
||||
}
|
||||
int p3VOIP::tick()
|
||||
{
|
||||
#ifdef DEBUG_VOIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue