shuffle_e

Shuffle modes.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      SHUFFLE_OFF = 0,   
      SHUFFLE_ON   
} shuffle_e;

Data:

SHUFFLE_OFF
Shuffling is off; tracks will be played sequentially
SHUFFLE_ON
Shuffling is on; tracks will be played in a random order

Library:

mmplayerclient

Description:

The shuffle_e enumerated type defines the shuffle modes supported by mm-player.