Microsoft DirectX 8.1 (C++)

AM_PROPERTY_DVDKARAOKE

DVD Karaoke Property Set

Syntax

typedef enum {
    AM_PROPERTY_DVDKARAOKE_ENABLE = 0,  // BOOL
    AM_PROPERTY_DVDKARAOKE_DATA = 1,
} AM_PROPERTY_DVDKARAOKE;

Elements

AM_PROPERTY_DVDKARAOKE_ENABLE

The DVD Navigator sends the decoder an AM_PROPERTY_DVDKARAOKE_ENABLE with a value of true to enable karaoke downmixing or false to disable it.

AM_PROPERTY_DVDKARAOKE_DATA

The DVD Navigator sends the decoder an AM_PROPERTY_DVDKARAOKE_DATA property with a pointer to an AM_DvdKaraokeData structure to change the downmix configuration; that is, to turn certain karaoke channels on or off and direct them to the right or left output channel.