libcoolstream2/playback_cs.h: update header

This commit is contained in:
[CST] Focus
2016-03-25 19:04:32 +03:00
parent 302642cee7
commit 427936c874

View File

@@ -55,6 +55,7 @@ public:
bool Open(playmode_t PlayMode);
void Close(void);
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 SetAPid(unsigned short pid, int audio_flag);
bool SetSpeed(int speed);