Possible context states for the multimedia renderer.
Synopsis:
#include <bps/mmrenderer.h>
typedef enum mmrenderer_state {
MMR_DESTROYED
MMR_IDLE
MMR_STOPPED
MMR_PLAYING
} mmrenderer_state_t;
Data:
-
MMR_DESTROYED
- Indicates that the context has been destroyed.
-
MMR_IDLE
- Indicates that the context exists but no input is attached to the context (for
example, no file is being played).
-
MMR_STOPPED
- Indicates that an input is attached to the context but currently isn't playing.
-
MMR_PLAYING
- Indicates that the input that is attached to the context is playing or paused.
-
A speed of 0 means that the context is paused.
Library:
libbps
Description:
This enumeration defines the possible context states of the multimedia renderer.