IDvdControl::KaraokeAudioPresentationModeChange

 
Microsoft DirectShow 9.0

IDvdControl::KaraokeAudioPresentationModeChange

  • Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Sets the audio playback mode to karaoke.

Syntax

  HRESULT KaraokeAudioPresentationModeChange(
    ULONG ulMode
);

Parameters

ulMode

[in] Requested audio playback mode.

Return Value

Returns an HRESULT value.

Remarks

Karaoke support is currently not implemented.

This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, DVD_DOMAIN_Title, or DVD_DOMAIN_Stop. For more information, see DVD_DOMAIN.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also