Uses of Enum Class
org.red5.io.object.StreamAction
Packages that use StreamAction
-
Uses of StreamAction in org.red5.io.object
Fields in org.red5.io.object with type parameters of type StreamActionMethods in org.red5.io.object that return StreamActionModifier and TypeMethodDescriptionstatic StreamAction
static StreamAction
Returns the enum constant of this class with the specified name.static StreamAction[]
StreamAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.red5.io.object with parameters of type StreamAction -
Uses of StreamAction in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type StreamActionModifier and TypeMethodDescriptionboolean
RTMPHandler.isAllowedIfRtmpPlayback
(RTMPConnection conn, Channel channel, StreamAction streamAction) -
Uses of StreamAction in org.red5.server.net.rtmp.event
Fields in org.red5.server.net.rtmp.event declared as StreamActionConstructors in org.red5.server.net.rtmp.event with parameters of type StreamAction