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

Method currentBandwidth

plugins/VOIP/gui/QVideoDevice.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209uint32_t QVideoInputDevice::currentBandwidth() const
210{
211 if(stopped())
212 return 0;
213 else
214 return _video_processor->currentBandwidthOut() ;
215}
216
217QVideoOutputDevice::QVideoOutputDevice(QWidget *parent)
218 : QLabel(parent)

Callers 1

getValuesMethod · 0.80

Calls 1

currentBandwidthOutMethod · 0.80

Tested by

no test coverage detected