EPGCPlaybackMode (Windows CE 5.0)

Send Feedback

This enumeration lists the possible playback modes for a program chain (PGC).

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

DVD-Video API Enumerated Types | IDVDProgramChain::GetPlaybackMode

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.