From 82ebe8bdd15ba4f5a0f9a2dfdad9f565e2034388 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 28 Mar 2016 13:29:57 +0300 Subject: [PATCH] libcoolstream2/playback_cs.h: update header Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/9bb3cdf3ec1f0f7197685e8643814230a31f06ea Author: [CST] Focus Date: 2016-03-28 (Mon, 28 Mar 2016) --- lib/libcoolstream/playback_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libcoolstream/playback_cs.h b/lib/libcoolstream/playback_cs.h index 8be1ba391..c5eb51377 100644 --- a/lib/libcoolstream/playback_cs.h +++ b/lib/libcoolstream/playback_cs.h @@ -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);