| Package | Description |
|---|---|
| org.red5.server.api | |
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.codec |
| Modifier and Type | Method and Description |
|---|---|
IConnection.Encoding |
IConnection.getEncoding()
Get the object encoding in use for this connection.
|
static IConnection.Encoding |
IConnection.Encoding.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
IConnection.Encoding |
RTMPConnection.getEncoding()
Return AMF protocol encoding used by this connection.
|
| Modifier and Type | Method and Description |
|---|---|
IConnection.Encoding |
RTMP.getEncoding()
Getter for encoding version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTMP.setEncoding(IConnection.Encoding encoding)
Setter for encoding version.
|
Copyright © 2005–2017 Red5. All rights reserved.