Microsoft DirectX 9.0 |
Defines the speaker configuration for an audio stream.
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
Reserved.
DVD_Assignment_reserved1
Reserved.
DVD_Assignment_LR
The stream is assigned to the left and right speakers.
DVD_Assignment_LRM
The stream is assigned to the left, right, and middle speakers.
DVD_Assignment_LR1
The stream is assigned to the left, right, and audio1 speakers.
DVD_Assignment_LRM1
The stream is assigned to the left, right, middle, and audio1 speakers.
DVD_Assignment_LR12
The stream is assigned to the left, right, and audio2 speakers.
DVD_Assignment_LRM12
The stream is assigned to the left, right, middle, and audio2 speakers.
Remarks
All channels within a stream will use the same speaker configuration, although the channels can be sent to different speakers within this configuration.
See Also