repeat_e

Repeat modes.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      REPEAT_OFF = 0,   
      REPEAT_ALL,   
      REPEAT_ONE   
} repeat_e;

Data:

REPEAT_OFF
No tracks will be repeated (playback will stop when the end of the active tracksession is reached)
REPEAT_ALL
All tracks will be repeated in the same order (playback will loop)
REPEAT_ONE
The current track will be continuously repeated

Library:

mmplayerclient

Description:

The repeat_e enumerated type defines the repeat modes supported by mm-player.