StreamState

public enum StreamState

Enum Constants

DEINITIALIZED

public static final StreamState DEINITIALIZED

the stream has not been initialized yet , the initialization failed or it has been deinitialized

DEINITIALIZING

public static final StreamState DEINITIALIZING

the stream has being deinitialized

ERROR

public static final StreamState ERROR

The stream is in an inconsistent state

INITIALIZED

public static final StreamState INITIALIZED

the stream was successfully initialized and it is ready to play

INITIALIZING

public static final StreamState INITIALIZING

the stream has being initialized

PAUSED

public static final StreamState PAUSED

the stream is in pause state

PLAYING

public static final StreamState PLAYING

the stream is playing

PLAYING_REQUEST

public static final StreamState PLAYING_REQUEST

a play request is sent to the stream that is preparing to start playing