| Package | se.videoplaza.kit.api.constants |
| Class | public class PlayerState |
PlayerState static constants sould be used to inform the
AdPlayer about the current state of the client video player.
| Constant | Defined by | ||
|---|---|---|---|
| BUFFER_COMPLETE : String = "BUFFER_COMPLETE" [static]
| PlayerState | ||
| BUFFERING : String = "BUFFERING" [static]
| PlayerState | ||
| CLIP_COMPLETE : String = "CLIP_COMPLETE" [static]
| PlayerState | ||
| PAUSED : String = "PAUSED" [static]
| PlayerState | ||
| PLAYING : String = "PLAYING" [static]
| PlayerState | ||
| PREPLAY : String = "PREPLAY" [static]
| PlayerState | ||
| BUFFER_COMPLETE | constant |
public static const BUFFER_COMPLETE:String = "BUFFER_COMPLETE"
| BUFFERING | constant |
public static const BUFFERING:String = "BUFFERING"
| CLIP_COMPLETE | constant |
public static const CLIP_COMPLETE:String = "CLIP_COMPLETE"
| PAUSED | constant |
public static const PAUSED:String = "PAUSED"
| PLAYING | constant |
public static const PLAYING:String = "PLAYING"
| PREPLAY | constant |
public static const PREPLAY:String = "PREPLAY"