EC_DVD_STILL_ON

[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 any still (PGC, Cell, or VOBU).

Parameters

lParam1

Boolean (BOOL) value indicating whether buttons are available. Zero (0) indicates buttons are available so the IDvdControl2::StillOff method won't work. One (1) indicates no buttons are available, so IDvdControl2::StillOff will work.

lParam2

DWORD value indicating the number of seconds the still will last. 0xFFFFFFFF indicates an infinite still, meaning wait until the user presses a button or until the application calls IDvdControl2::StillOff.

Remarks

All combinations of buttons and still are possible (buttons on with still on, buttons on with still off, button off with still on, button off with still off).

This event is raised in all domains.

Requirements

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

See also

DVD Applications

DVD Event Notification Codes

Event Notification in DirectShow