![]() |
Previous | Next |
Signals the beginning of each video object unit (VOBU), which occurs every 0.4 to 1.0 seconds.
Syntax
MediaPlayer_DVDNotify(Event, Param1, Param2)
Parameters
Event
Value that resolves to 267 if this event occurs.
Param1
ULONG value indicating the current playback timecode in a binary coded decimal (BCD) hours, minutes, seconds, frames (hh:mm:ss:ff) format.
Param2
ULONG value indicating the frame rate. Zero indicates 25 frames per second while 1 indicates 30 frames per second (assuming no frames are dropped). A value of 2 indicates that the playback time cannot be determined.
Remarks
Only simple linear movies signal this event.
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 |