Contents Index Topic Contents | |
Previous Topic: EC_DVD_STILL_OFF Next Topic: EC_DVD_SUBPICTURE_STREAM_CHANGE |
EC_DVD_STILL_ON Event
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.
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.