Microsoft DirectX 8.1 (C++)

AM_DvdKaraokeData

DVD Karaoke Property Set

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.

See Also