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