Uses of Enum
org.red5.server.api.stream.StreamState
Packages that use StreamState
-
Uses of StreamState in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return StreamStateModifier and TypeMethodDescriptionISubscriberStream.getState()Return the streams state enum.static StreamStateReturns 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.Methods in org.red5.server.api.stream with parameters of type StreamStateModifier and TypeMethodDescriptionvoidIPlaylistSubscriberStream.onChange(StreamState state, Object... changed) Handles a change occurring on the stream.voidISubscriberStream.onChange(StreamState state, Object... changed) Notification of state change and associated parameters.voidISubscriberStream.setState(StreamState state) Sets the streams state enum. -
Uses of StreamState in org.red5.server.stream
Fields in org.red5.server.stream with type parameters of type StreamStateModifier and TypeFieldDescriptionprotected final AtomicReference<StreamState> AbstractStream.stateCurrent stateMethods in org.red5.server.stream that return StreamStateMethods in org.red5.server.stream with parameters of type StreamStateModifier and TypeMethodDescriptionprotected voidAbstractStream.fireStateChange(StreamState oldState, StreamState newState) Creates a newPropertyChangeEventand delivers it to all currently registered state listeners.voidPlaylistSubscriberStream.onChange(StreamState state, Object... changed) Handles a change occurring on the stream.voidSingleItemSubscriberStream.onChange(StreamState state, Object... changed) Notification of state change and associated parameters.voidAbstractStream.setState(StreamState newState) Sets the stream state.