summaryrefslogtreecommitdiff
path: root/streamdevice.h
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-21 22:52:49 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-02-21 22:52:49 +0000
commit5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7 (patch)
tree1eb7c33481c1d6330438806aafe11f61e9b767f5 /streamdevice.h
parent0a7dbdd2643074842590509a0af3595be25f6d94 (diff)
downloadvdr-plugin-ffnetdev-5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7.tar.gz
vdr-plugin-ffnetdev-5e2ee6bf8f93e2798058e4a4b7f0a91b778207a7.tar.bz2
2006-02-20: ffnetdev-0.1.0
- optimize for DBOX2-Plugin VDR-Viewer https://developer.berlios.de/projects/vdrviewer/ (tested with vdrviewer-0.1.1) - add VNC compression (RRE, Hextile) - start learning remote if accept client, no more if start plugin - added "auto change primary DVB" feature (enable/deisable in plugin settings) - fixed buffer overflow bug - fixed several other bugs - tested with vdr-1.3.43 git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@10 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'streamdevice.h')
-rw-r--r--streamdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamdevice.h b/streamdevice.h
index 64a1f0b..fb21c83 100644
--- a/streamdevice.h
+++ b/streamdevice.h
@@ -34,7 +34,7 @@ public:
virtual void StillPicture(const uchar *Data, int Length);
virtual bool Poll(cPoller &Poller, int TimeoutMs = 0);
virtual int PlayVideo(const uchar *Data, int Length);
- virtual int PlayAudio(const uchar *Data, int Length);
+ virtual int PlayAudio(const uchar *Data, int Length, uchar Id);
virtual int ProvidesCa(const cChannel *Channel) const;
virtual void MakePrimaryDevice(bool On);
uchar *Get(int &Count) { return m_Remux->Get(Count); }