Uses of Enum
org.red5.server.api.IConnection.Encoding
Packages that use IConnection.Encoding
-
Uses of IConnection.Encoding in org.red5.server.api
Methods in org.red5.server.api that return IConnection.EncodingModifier and TypeMethodDescriptionIConnection.getEncoding()Get the object encoding in use for this connection.static IConnection.EncodingReturns the enum constant of this type with the specified name.static IConnection.Encoding[]IConnection.Encoding.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IConnection.Encoding in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp that return IConnection.EncodingModifier and TypeMethodDescriptionRTMPConnection.getEncoding()Return AMF protocol encoding used by this connection. -
Uses of IConnection.Encoding in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return IConnection.EncodingMethods in org.red5.server.net.rtmp.codec with parameters of type IConnection.EncodingModifier and TypeMethodDescriptionvoidRTMP.setEncoding(IConnection.Encoding encoding) Setter for encoding version.