BufferStatus
#include <bb/multimedia/BufferStatus>
To link against this class, add the following line to your .pro file: LIBS += -lbbmultimedia
Represents the current buffer status of the media player.
Since:
BlackBerry 10.0.0
Public Types
Represents the current buffer status of the media player.
Since:
BlackBerry 10.0.0
- Idle = 0
Indicates that the buffer is idle and not being filled.
- Buffering = 1
Indicates that the buffer is being filled, and that no playback is occurring.
- Playing = 2
Indicates that the buffer is being filled, and that playback is occurring.