EC_DVD_CURRENT_TIME

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

Requirement Value
Header
Dvdevcode.h (include Dshow.h)

See also

DVD Applications

DVD Event Notification Codes

Event Notification in DirectShow