From 264fa085bd2d6941ddfa1b977372a0d0cdd5d801 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 9 Jan 2005 12:08:34 +0100 Subject: Implemented displaying audio channel --- PLUGINS.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 6897504b..9132aa23 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1493,13 +1493,15 @@ repectively. Audio selection

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: +
 

-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);
 

+

Recording -- cgit v1.2.3