multimediad: support pause/resume event
LanFly opened this issue · 1 comments
LanFly commented
Now the multimediad only supports prepared, playbackcomplete, cancel and error events.
But sometimes the player will paused or resumed by others, I think this needs to send an event to let the caller know.
Describe the solution you'd like
Send an event when the player is paused or resumed.
Describe alternatives you've considered
The caller can ignore this event if it doesn't care.