EC_DVD_CURRENT_TIME
Microsoft DirectShow 9.0 |
EC_DVD_CURRENT_TIME
Signals the beginning of every video object unit (VOBU), a video segment which is 0.4 to 1.0 seconds in length.
Parameters
lParam1
DWORD value indicating the current playback timecode in a binary coded decimal (BCD) hours, minutes, seconds, frames (HH:MM:SS:FF) format. Member of the DVD_TIMECODE structure.
lParam2
Boolean (BOOL) value indicating the timecode. Zero (0) indicates 25 frames per second while 1 indicates 30 frames per second (nondropped). A value of 2 indicates the playback time cannot be determined.
Remarks
Only simple linear movies signal this event.
This event is raised in the title domain.
Requirements
Header: Dshow.h.
See Also