![]() |
Previous | Next |
Signals that either the number of available angles has changed, or the current user angle number has changed.
Syntax
MediaPlayer_DVDNotify(Event, Param1, Param2)
Parameters
Event
Value that resolves to 262 if this event occurs.
Param1
DWORD value indicating the number of available angles. If the value is 1, the current video does not contain multiple angles.
Param2
DWORD value indicating the current user angle number.
Remarks
Angle numbers range from 1 to 9.
The current angle number can change automatically with a navigation command authored on the disc, as well as through application control by using the CurrentAngle 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.
Previous | Next |