GetKaraokeChannelAssignment Method
Microsoft DirectShow 9.0 |
GetKaraokeChannelAssignment Method
This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.
The GetKaraokeChannelAssignment method retrieves a value that indicates how the karaoke channels are assigned to the speakers.
Syntax
[ iAssignment = ] MSWebDVD.GetKaraokeChannelAssignment( iStream );
Parameters
iStream
Specifies the audio stream as an Integer.
Return Values
Returns an integer indicating the speaker assignment for the specified stream.
Return code | Description |
2 | The stream is assigned to the left and right speakers. |
3 | The stream is assigned to the left, right, and middle speakers. |
4 | The stream is assigned to the left, right, and audio1 speakers. |
5 | The stream is assigned to the left, right, middle, and audio1 speakers. |
6 | The stream is assigned to the left, right, and audio2 speakers. |
7 | The stream is assigned to the left, right, middle, and audio2 speakers. |
See Also