Package | Description |
---|---|
org.red5.server.api.stream | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
StreamState |
ISubscriberStream.getState()
Return the streams state enum.
|
static StreamState |
StreamState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamState[] |
StreamState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IPlaylistSubscriberStream.onChange(StreamState state,
Object... changed)
Handles a change occurring on the stream.
|
void |
ISubscriberStream.onChange(StreamState state,
Object... changed)
Notification of state change and associated parameters.
|
void |
ISubscriberStream.setState(StreamState state)
Sets the streams state enum.
|
Modifier and Type | Field and Description |
---|---|
protected StreamState |
AbstractStream.state
Current state
|
Modifier and Type | Method and Description |
---|---|
StreamState |
AbstractClientStream.getState()
Return stream state
|
Modifier and Type | Method and Description |
---|---|
void |
PlaylistSubscriberStream.onChange(StreamState state,
Object... changed)
Handles a change occurring on the stream.
|
void |
SingleItemSubscriberStream.onChange(StreamState state,
Object... changed)
Notification of state change and associated parameters.
|
void |
AbstractClientStream.setState(StreamState state)
Sets the stream state
|
Copyright © 2006-2012 The Red5 Project