Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
AM_DvdKaraokeData
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.
Requirements
Header: Include Dvdmedia.h.
See Also