mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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:
@@ -57,6 +57,7 @@ public:
|
||||
bool Start(std::string filename, std::string headers = "");
|
||||
bool Stop(void);
|
||||
bool SetAPid(unsigned short pid, int audio_flag);
|
||||
bool SetSubtitlePid(int /*pid*/){return true;}
|
||||
bool SetSpeed(int speed);
|
||||
bool GetSpeed(int &speed) const;
|
||||
bool GetPosition(int &position, int &duration);
|
||||
|
@@ -58,6 +58,7 @@ public:
|
||||
bool Start(std::string filename, std::string headers = "");
|
||||
bool Stop(void);
|
||||
bool SetAPid(unsigned short pid, int audio_flag);
|
||||
bool SetSubtitlePid(int /*pid*/){return true;}
|
||||
bool SetSpeed(int speed);
|
||||
bool GetSpeed(int &speed) const;
|
||||
bool GetPosition(int &position, int &duration);
|
||||
|
Reference in New Issue
Block a user