MediaState
#include <bb/multimedia/MediaState>
To link against this class, add the following line to your .pro file: LIBS += -lbbmultimedia
Represents the possible media playback and recording states.
BlackBerry 10.0.0
Public Types Index
enum TypeUnprepared = 0, Prepared = 1, Started = 2, Paused = 3, Stopped = 4 |
Public Types
Represents the possible media playback and recording states.
BlackBerry 10.0.0
- Unprepared = 0
All media resources have not been acquired.
- Prepared = 1
All media resources have been acquired.
- Started = 2
Media is actively progressing.
- Paused = 3
Media progress is interrupted and will resume from its current position.
- Stopped = 4
Media progress is stopped.