Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: EC_DVD_CHAPTER_START
*Next Topic: EC_DVD_DOMAIN_CHANGE

EC_DVD_CURRENT_TIME Event

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 timecode. 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.


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.