| 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 | |
| 63 | private: |
| 64 | const QVideoInputDevice *video_input ; |
nothing calls this directly
no test coverage detected