RepeatMode
#include <bb/multimedia/RepeatMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbmultimedia
Represents the various repeat modes.
BlackBerry 10.0.0
Public Types
Represents the various repeat modes.
BlackBerry 10.0.0
- None = 0
Indicates that no repetition is to take place, and that playback will stop at the end of media.
- Track = 1
Indicates that playback of the current track should be repeated once playback of it has completed.
- All = 2
Indicates that once playback has finished playback should begin from the start of the playlist.