EDDVDPlaybackState
This enumeration identifies the playback state of the DVD player.
typedef enum {
DVD_STOPPED,
DVD_PAUSED,
DVD_STILLED,
DVD_NORMAL_PLAY,
DVD_FORWARD_SCAN,
DVD_FORWARD_SLOW,
DVD_FORWARD_SINGLE,
DVD_BACKWARD_SCAN,
DVD_BACKWARD_SLOW,
DVD_BACKWARD_SINGLE
} EDDVDPlaybackState;
Elements
- DVD_STOPPED
The player is stopped. - DVD_PAUSED
The player is paused. - DVD_STILLED
The player is displaying a still. - DVD_NORMAL_PLAY
The player is playing forward at the normal viewing speed. - DVD_FORWARD_SCAN
The player is playing forward at a greater than normal speed. - DVD_FORWARD_SLOW
The player is playing forward at a slower than normal speed. - DVD_FORWARD_SINGLE
The player is playing forward one frame at a time. - DVD_BACKWARD_SCAN
The player is playing backward at a greater than normal speed. - DVD_BACKWARD_SLOW
The player is playing backward at a slower than normal speed. - DVD_BACKWARD_SINGLE
The player is playing backward one frame at a time.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
See Also
IDVDNavigationManager::GetPlaybackState | IDVDNavigatorSink::OnPlaybackStateChange
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.