![]() |
Previous | Next |
Signals that a rate change in the playback has been initiated.
Syntax
MediaPlayer_DVDNotify(Event, Param1, Param2)
Parameters
Event
Value that resolves to 272 if this event occurs.
Param1
LONG value indicating the new playback rate. The value is the actual playback rate multiplied by 10,000. A value less than zero indicates reverse playback mode. A value greater than zero indicates forward playback mode.
Param2
Zero.
Remarks
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 |