added tokens for current video and audio bitrate in displaychannel

This commit is contained in:
louis
2014-10-28 16:39:42 +01:00
parent c53dbf7cd6
commit abd8fd8db0
17 changed files with 402 additions and 10 deletions

View File

@@ -186,12 +186,14 @@ void cSDDisplayChannel::Flush(void) {
channelView->DrawSignal();
channelView->DrawAudioInfo();
channelView->DrawDevices(initial);
channelView->DrawBitrates();
} else {
channelView->ClearStatusIcons();
channelView->ClearScreenResolution();
channelView->ClearSignal();
channelView->ClearSignalBackground();
channelView->ClearDevices();
channelView->DrawBitrates();
}
if (initial) {