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.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Defines flags used by the IDvdControl2::SelectKaraokeAudioPresentationMode method to control which speakers, if any, each auxiliary channel is downmixed to.
Syntax
typedef enum tagDVD_KARAOKE_DOWNMIX {
DVD_Mix_0to0 = 0x1,
DVD_Mix_1to0 = 0x2,
DVD_Mix_2to0 = 0x4,
DVD_Mix_3to0 = 0x8,
DVD_Mix_4to0 = 0x10,
DVD_Mix_Lto0 = 0x20,
DVD_Mix_Rto0 = 0x40,
DVD_Mix_0to1 = 0x100,
DVD_Mix_1to1 = 0x200,
DVD_Mix_2to1 = 0x400,
DVD_Mix_3to1 = 0x800,
DVD_Mix_4to1 = 0x1000,
DVD_Mix_Lto1 = 0x2000,
DVD_Mix_Rto1 = 0x4000
} DVD_KARAOKE_DOWNMIX;
Constants
DVD_Mix_0to0Value: 0x1 Reserved. |
DVD_Mix_1to0Value: 0x2 Reserved. |
DVD_Mix_2to0Value: 0x4 Downmix channel 2 to the left speaker. |
DVD_Mix_3to0Value: 0x8 Downmix channel 3 to the left speaker. |
DVD_Mix_4to0Value: 0x10 Downmix channel 4 to the left speaker. |
DVD_Mix_Lto0Value: 0x20 Reserved. |
DVD_Mix_Rto0Value: 0x40 Reserved. |
DVD_Mix_0to1Value: 0x100 Reserved. |
DVD_Mix_1to1Value: 0x200 Reserved. |
DVD_Mix_2to1Value: 0x400 Downmix channel 2 to the right speaker. |
DVD_Mix_3to1Value: 0x800 Downmix channel 3 to the right speaker. |
DVD_Mix_4to1Value: 0x1000 Downmix channel 4 to the right speaker. |
DVD_Mix_Lto1Value: 0x2000 Reserved. |
DVD_Mix_Rto1Value: 0x4000 Reserved. |
Remarks
Audio channels are zero-based, so channels 2 through 4 are the three auxiliary karaoke channels. Use bitwise OR operations to set the appropriate bit to send a channel to the left speaker (0), right speaker (1), both speakers, or to no speakers by turning both bits off. These bits are all off by default whenever the DVD Navigator Filter filter enters karaoke mode.
Requirements
| Requirement | Value |
|---|---|
| Header | strmif.h (include Dshow.h) |