mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
vfd: fix progress-bar in audio mode; ...
... don't accept periodic changes from infoviewer
- vfd: allow volume-bar in menu mode and audio mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: ccf741f015
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Origin message was:
------------------
- vfd: fix progress-bar in audio mode; ...
... don't accept periodic changes from infoviewer
- vfd: allow volume-bar in menu mode and audio mode
------------------
This commit was generated by Migit
This commit is contained in:
@@ -124,7 +124,7 @@ class CVFD
|
||||
/** blocks for duration seconds */
|
||||
void showRCLock(int duration = 2);
|
||||
void showVolume(const char vol, const bool perform_update = true);
|
||||
void showPercentOver(const unsigned char perc, const bool perform_update = true);
|
||||
void showPercentOver(const unsigned char perc, const bool perform_update = true, const MODES origin = MODE_TVRADIO);
|
||||
void showMenuText(const int position, const char * text, const int highlight = -1, const bool utf_encoded = false);
|
||||
void showAudioTrack(const std::string & artist, const std::string & title, const std::string & album);
|
||||
void showAudioPlayMode(AUDIOMODES m=AUDIO_MODE_PLAY);
|
||||
|
Reference in New Issue
Block a user