Player6.EC_DVD_SUBPICTURE_STREAM_CHANGE

Windows Media Player SDK banner art

Signals that the current user subpicture stream number has changed for the main title.

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

*  Event*

Value that resolves to 261 if this event occurs.

*  Param1*

DWORD value indicating the new user subpicture stream number. Subpicture stream numbers range from 0 to 31. The value 0xFFFFFFFF indicates that no stream is selected. 

*  Param2*

Zero.

Remarks

Subpictures are encoded graphics, such as subtitles or menus, that can be displayed over the top of the video.

The subpicture can change automatically with a navigation command authored on disc, as well as through application control by using the CurrentSubpictureStream property.

All domains raise this event. For more information on domains, see the CurrentDomain property.

For information on how to use this event code, see DVDNotify.

Requirements

Version: Windows Media Player version 6.4.

Library: Use msdxm.ocx.

Platform: Windows 98 Second Edition or higher.

See Also