![]() |
Previous | Next |
Occurs when the current title number changes.
Syntax
MediaPlayer_DVDNotify(Event, Param1, Param2)
Parameters
Event
Value that resolves to 258 if this event occurs.
Param1
DWORD value indicating the new title number.
Param2
Zero.
Remarks
Title numbers range from 1 to 99. This number indicates the Title Track Number (TTN), which is the title number with respect to the whole disc, not the Title Set_Title Track Number (VTS_TTN), which is the title number with respect to just a current Video Title Set (VTS).
The TT_DOM domain raises this event. For more information on domains, see the CurrentDomain property.
For information on how to use this event code, see DVDNotify.
Previous | Next |