Windows Media Player SDK banner art
PreviousNext

Player6.EC_DVD_STILL_ON

Signals the beginning of any still (PGC, Cell, or VOBU).

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

  Event

Value that resolves to 265 if this event occurs.

  Param1

Boolean value indicating whether buttons are available. False indicates that buttons are available; therefore, the StillOff method will not work. True indicates that no buttons are available and StillOff will work.

  Param2

DWORD value indicating the number of seconds the still will last. The value 0xFFFFFFFF indicates an infinite still, which means the player will wait until the user presses a button or the application calls 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).

All domains raise this event. For more information on domains, see the CurrentDomain property.

For information on how to use this event code, see DVDNotify.

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.