Share via


EPGCPlaybackMode

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

IDVDProgramChain::GetPlaybackMode

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.