EDDVDPlaybackState (Windows Embedded CE 6.0)
1/6/2010
This enumeration identifies the playback state of the DVD player.
Syntax
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
Header | dvdnav.h, dvdnav.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
DVD-Video API Enumerated Types
IDVDNavigationManager::GetPlaybackState
IDVDNavigatorSink::OnPlaybackStateChange