Microsoft DirectX 9.0 |
Specifies how to mix the karaoke audio channels.
Syntax
typedef struct tagAM_DvdKaraokeData
{
DWORD dwDownmix;
DWORD dwSpeakerAssignment;
} AM_DvdKaraokeData;
Members
dwDownmix
A bitwise OR of DVD_KARAOKE_DOWNMIX flags telling the decoder which channels are downmixed to channels 0 or 1.
dwSpeakerAssignment
A valid DVD_KARAOKE_ASSIGNMENT value that indicates which speakers the output is going to.
Remarks
This structure is used for the AM_PROPERTY_DVDKARAOKE_DATA property.
See Also