| Package | qnx.media |
| Class | public class MediaPlayerRepeat |
| Inheritance | MediaPlayerRepeat Object |
MediaPlayerRepeat class provides constant values used for the MediaPlayer.repeat property.
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL : String = all [static]
Specifies that the current playlist repeats. | MediaPlayerRepeat | ||
| NONE : String = none [static]
Specifies that the current playlist does not repeat. | MediaPlayerRepeat | ||
| TRACK : String = track [static]
Specifies that the current track repeats. | MediaPlayerRepeat | ||
| ALL | Constant |
public static const ALL:String = allSpecifies that the current playlist repeats.
| NONE | Constant |
public static const NONE:String = noneSpecifies that the current playlist does not repeat.
| TRACK | Constant |
public static const TRACK:String = trackSpecifies that the current track repeats.