Microsoft DirectX 8.0 |
Defines flags that indicate which speaker an audio channel is assigned to. This enumeration is a member of the DVD_KaraokeAttributes structure.
Syntax
typedef enum tagDVD_KARAOKE_ASSIGNMENT { DVD_Assignment_reserved0 = 0, DVD_Assignment_reserved1 = 1, DVD_Assignment_LR = 2, DVD_Assignment_LRM = 3, DVD_Assignment_LR1 = 4, DVD_Assignment_LRM1 = 5, DVD_Assignment_LR12 = 6, DVD_Assignment_LRM12 = 7 } DVD_KARAOKE_ASSIGNMENT;
Elements
- DVD_Assignment_reserved0
- Currently not used.
- DVD_Assignment_reserved1
- Currently not used.
- DVD_Assignment_LR
- The channel is assigned to the left and right speakers.
- DVD_Assignment_LRM
- The channel is assigned to the left, right, and middle speakers.
- DVD_Assignment_LR1
- The channel is assigned to the left, right, and audio1 speakers.
- DVD_Assignment_LRM1
- The channel is assigned to the left, right, middle, and audio1 speakers.
- DVD_Assignment_LR12
- The channel is assigned to the left, right, and audio2 speakers.
- DVD_Assignment_LRM12
- The channel is assigned to the left, right, middle, and audio2 speakers.