Possible multimedia renderer events.
Synopsis:
#include <bps/mmrenderer.h>
enumĀ {
MMRENDERER_STATE_CHANGE = 0x01
MMRENDERER_WARNING = 0x02
MMRENDERER_STATUS_UPDATE = 0x03
};
Data:
- MMRENDERER_STATE_CHANGE
- Indicates that the state of the context that the multimedia renderer is monitoring has changed.
For example, the context may have changed from a playing state to a stopped state, or the playback speed may have changed.
- MMRENDERER_WARNING
- Indicates that a warning was received.
A warning doesn't cause playback to stop. Warnings that might be generated include audio underrun, dropped video frames, and so on.
- MMRENDERER_STATUS_UPDATE
- Indicates that the status of the multimedia renderer has been updated.
For example, the playback position or buffer level may have changed.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the possible multimedia renderer events.