- audio_select: copy full code from TangoCash

Just compile tested. Maybe some more alignments needed.

Signed-off-by: Thilo Graf <dbt@novatux.de>
Additional changes on cs playback_cs.h, because broken build
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-10-12 08:51:44 +02:00
committed by Thilo Graf
parent 12da6a5b05
commit 5fd7ec68ac
11 changed files with 237 additions and 63 deletions

View File

@@ -29,14 +29,26 @@
//
#include "widget/menue.h"
#include "movieplayer.h"
class CAudioSelectMenuHandler : public CMenuTarget
{
private:
CMoviePlayerGui *mp;
int width;
cPlayback *playback;
int sel_apid;
int apid_offset;
int *apid;
int p_count;
int *perc_val;
unsigned int *is_ac3;
std::string *perc_str;
CMenuWidget *AudioSelector;
t_channel_id chan;
public:
CAudioSelectMenuHandler();
~CAudioSelectMenuHandler();