MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / getNextEncodedPacket

Method getNextEncodedPacket

plugins/VOIP/gui/QVideoDevice.cpp:198–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool QVideoInputDevice::getNextEncodedPacket(RsVOIPDataChunk& chunk)
199{
200 if(!_timer)
201 return false ;
202
203 if(_video_processor)
204 return _video_processor->nextEncodedPacket(chunk) ;
205 else
206 return false ;
207}
208
209uint32_t QVideoInputDevice::currentBandwidth() const
210{

Callers 2

on_Tick_timeoutMethod · 0.80
sendVideoDataMethod · 0.80

Calls 1

nextEncodedPacketMethod · 0.80

Tested by

no test coverage detected