MediaStatus
| Kind of class: | public class |
|---|---|
| Package: | |
| Inherits from: |
|
| Classpath: | org.asaplibrary.util.media.MediaStatus |
| File last modified: | Wednesday, 11 May 2011, 18:58:45 |
Summary
Constants
BUFFERING
static const BUFFERING:String = "buffering"
PAUSED
static const PAUSED:String = "paused"
PLAYING
static const PLAYING:String = "playing"
STOPPED
static const STOPPED:String = "stopped"