mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- 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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user