Uses of Class
org.red5.proxy.StreamState
-
Packages that use StreamState Package Description org.red5.proxy -
-
Uses of StreamState in org.red5.proxy
Methods in org.red5.proxy that return StreamState Modifier and Type Method Description protected StreamStateStreamingProxy. getState()static StreamStateStreamState. 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.Methods in org.red5.proxy with parameters of type StreamState Modifier and Type Method Description protected voidStreamingProxy. setState(StreamState state)
-