Uses of Enum Class
org.red5.server.api.stream.StreamState
-
Uses of StreamState in org.red5.server.api.stream
Modifier and TypeMethodDescriptionISubscriberStream.getState()
Return the streams state enum.static StreamState
Returns the enum constant of this class with the specified name.static StreamState[]
StreamState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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. -
Uses of StreamState in org.red5.server.stream
Modifier and TypeMethodDescriptionvoid
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
AbstractStream.setState
(StreamState state) Sets the stream state.