From 23fc75ed1a9037f3b67172312fb95cf8ae2a3738 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 25 Mar 2016 19:04:32 +0300 Subject: [PATCH] libcoolstream2/playback_cs.h: update header Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/427936c87440ef0cfca9065b19478dc9ddc3ee1c Author: [CST] Focus Date: 2016-03-25 (Fri, 25 Mar 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- lib/libcoolstream2/playback_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libcoolstream2/playback_cs.h b/lib/libcoolstream2/playback_cs.h index 8480ed0aa..d0dfea272 100644 --- a/lib/libcoolstream2/playback_cs.h +++ b/lib/libcoolstream2/playback_cs.h @@ -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);