Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration lists the possible playback modes for a program chain (PGC).
Syntax
typedef enum {
DVD_PLAYMODE_SEQUENTIAL,
DVD_PLAYMODE_RANDOM,
DVD_PLAYMODE_SHUFFLE
} EPGCPlaybackMode;
Elements
- DVD_PLAYMODE_SEQUENTIAL
Indicates that the programs (PG) in the program chain will be played in order.
- DVD_PLAYMODE_RANDOM
Indicates that the programs in the program chain will be played in random order without regard to repetition.
- DVD_PLAYMODE_SHUFFLE
Indicates that the programs in the program chain will be played in random order without any repeated programs. Repetition can occur once all programs have been played once.
Requirements
| Header | dvdata.h, dvdata.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
DVD-Video API Enumerated Types
IDVDProgramChain::GetPlaybackMode