diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-09 12:08:34 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-09 12:08:34 +0100 |
commit | 264fa085bd2d6941ddfa1b977372a0d0cdd5d801 (patch) | |
tree | a4137fbfe750c36705393cbac8a4809670036097 /PLUGINS.html | |
parent | f79f81dfd4e5e482f251f0ae53731cd8c6a42d2f (diff) | |
download | vdr-264fa085bd2d6941ddfa1b977372a0d0cdd5d801.tar.gz vdr-264fa085bd2d6941ddfa1b977372a0d0cdd5d801.tar.bz2 |
Implemented displaying audio channel
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 6897504b..9132aa23 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1493,13 +1493,15 @@ repectively. <b>Audio selection</b> <p> If the device can provide more than a single audio track, it can implement the -following functions to make them available: +following function to make them available: +<!--X1.3.18--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> <p><table><tr><td bgcolor=#F0F0F0><pre> -virtual int NumAudioTracksDevice(void) const; -virtual const char **GetAudioTracksDevice(int *CurrentTrack = NULL) const; -virtual void SetAudioTrackDevice(int Index); +virtual void SetAudioTrackDevice(eTrackType Type); +virtual int GetAudioChannelDevice(void); +virtual void SetAudioChannelDevice(int AudioChannel); </pre></td></tr></table><p> +<!--X1.3.18--></td></tr></table> <p> <b>Recording</b> |