libcoolstream2/playback_cs.h: update header

Origin commit data
------------------
Commit: 9bb3cdf3ec
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-28 (Mon, 28 Mar 2016)
This commit is contained in:
[CST] Focus
2016-03-28 13:29:57 +03:00
parent d90d5b3b53
commit 82ebe8bdd1

View File

@@ -54,6 +54,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);