mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
libcoolstream2/playback_cs.h: update header
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
|||||||
bool Open(playmode_t PlayMode);
|
bool Open(playmode_t PlayMode);
|
||||||
void Close(void);
|
void Close(void);
|
||||||
bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, int audio_flag, unsigned int duration = 0);
|
bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, int audio_flag, unsigned int duration = 0);
|
||||||
|
bool Start(std::string filename, std::string headers = "");
|
||||||
bool Stop(void);
|
bool Stop(void);
|
||||||
bool SetAPid(unsigned short pid, int audio_flag);
|
bool SetAPid(unsigned short pid, int audio_flag);
|
||||||
bool SetSpeed(int speed);
|
bool SetSpeed(int speed);
|
||||||
|
Reference in New Issue
Block a user