Returns the current state of the media object
| <multimedia:av>.getState() |
Returns the current playing state of the multimedia object.
One of the following values:
Media states |
|
viz.MEDIA_STOPPED |
The media has stopped playback. |
viz.MEDIA_PAUSED |
The media is paused. |
viz.MEDIA_RUNNING |
The media is playing. |