public class WOWZState
extends java.lang.Object
WOWZStatus
,
WOWZStatusCallback
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETE |
static int |
ERROR |
static int |
IDLE |
static int |
MAX_STATE |
static int |
MIN_STATE |
static int |
PAUSED |
static int |
PREBUFFERING_ENDED |
static int |
PREBUFFERING_STARTED |
static int |
READY |
static int |
RUNNING |
static int |
SHUTDOWN |
static int |
STARTING |
static int |
STOPPED |
static int |
STOPPING |
static int |
UNKNOWN |
Constructor and Description |
---|
WOWZState() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isValidState(int state)
Checks whether the state is valid.
|
static java.lang.String |
toLabel(int state)
Gets a string that represents the specified state.
|
public static final int IDLE
public static final int STARTING
public static final int READY
public static final int RUNNING
public static final int STOPPING
public static final int PAUSED
public static final int STOPPED
public static final int COMPLETE
public static final int SHUTDOWN
public static final int ERROR
public static final int UNKNOWN
public static final int PREBUFFERING_STARTED
public static final int PREBUFFERING_ENDED
public static final int MIN_STATE
public static final int MAX_STATE
public static java.lang.String toLabel(int state)
state
- A WOWZState identifier.public static boolean isValidState(int state)
state
- A WOWZState identifier.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal