diff options
Diffstat (limited to 'streamdevice.c')
-rw-r--r-- | streamdevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/streamdevice.c b/streamdevice.c index 5805043..f44385e 100644 --- a/streamdevice.c +++ b/streamdevice.c @@ -112,7 +112,7 @@ bool cStreamDevice::Poll(cPoller &Poller, int TimeoutMs) } /* ---------------------------------------------------------------------------- */ -int cStreamDevice::PlayAudio(const uchar *Data, int Length) +int cStreamDevice::PlayAudio(const uchar *Data, int Length, uchar Id) { if (cTSWorker::HaveStreamClient()) { |