audio_select: copy full code from TangoCash

Just compile tested. Maybe some more alignments needed.


Origin commit data
------------------
Commit: e264e6334b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- audio_select: copy full code from TangoCash

Just compile tested. Maybe some more alignments needed.
This commit is contained in:
vanhofen
2017-10-12 08:51:44 +02:00
parent a20b55bb75
commit 18bbbbabfe
9 changed files with 235 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();