summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-10-20 18:08:29 +0200
committerlado <herrlado@gmail.com>2011-10-20 18:08:29 +0200
commit6cb812e8f208047e9e0878a25c7f933b0a24cbb4 (patch)
tree79374fe23d1537967d21ded2fa06f7011361b6e7 /vdr-vdrmanager/helpers.h
parentdc54116f8e2cd76c9d6ea3373fe75f64e61dc2e9 (diff)
downloadvdr-manager-6cb812e8f208047e9e0878a25c7f933b0a24cbb4.tar.gz
vdr-manager-6cb812e8f208047e9e0878a25c7f933b0a24cbb4.tar.bz2
add support for delivering audi track
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index 4da5cca..a57d634 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -40,4 +40,5 @@ private:
static string ToText(const cEvent * event);
static string ToText(cTimer * timer);
static string ToText(cRecording * recording);
+ static string GetAudioTracks(const cChannel* channel);
};