| 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 |
ISubscriberStream.onChange(StreamState state,
Object... changed)
Notification of state change and associated parameters.
|
void |
IPlaylistSubscriberStream.onChange(StreamState state,
Object... changed)
Handles a change occurring on the stream.
|
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 |
AbstractStream.getState()
Return stream state.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStream.fireStateChange(StreamState oldState,
StreamState newState)
Creates a new
PropertyChangeEvent and delivers it to all currently registered state listeners. |
void |
SingleItemSubscriberStream.onChange(StreamState state,
Object... changed)
Notification of state change and associated parameters.
|
void |
PlaylistSubscriberStream.onChange(StreamState state,
Object... changed)
Handles a change occurring on the stream.
|
void |
AbstractStream.setState(StreamState state)
Sets the stream state.
|
Copyright © 2005–2017 Red5. All rights reserved.