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

Method getValues

plugins/VOIP/gui/VOIPConfigPanel.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 virtual void getValues(std::map<std::string,float>& vals) const
56 {
57 vals.clear() ;
58
59 if(video_input)
60 vals[std::string("bw")] = video_input->currentBandwidth() ;
61 }
62
63private:
64 const QVideoInputDevice *video_input ;

Callers

nothing calls this directly

Calls 2

currentBandwidthMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected