| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.net.rtmp.codec | |
| org.red5.server.net.rtmp.event | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
Notify |
IBroadcastStream.getMetaData()
Returns the metadata for the associated stream, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
Notify |
RTMPProtocolDecoder.decodeStreamData(org.apache.mina.core.buffer.IoBuffer in)
Decodes stream data, to include onMetaData, onCuePoint, and onFI.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeCommand(Notify invoke)
Encode notification event.
|
org.apache.mina.core.buffer.IoBuffer |
IEventEncoder.encodeNotify(Notify notify)
Encodes Notify event to byte buffer.
|
org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeNotify(Notify notify)
Encodes Notify event to byte buffer.
|
org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeStreamMetadata(Notify metaData) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlexMessage
Flex method invocation.
|
class |
FlexStreamSend
AMF3 stream send message.
|
class |
Invoke
Remote invocation event
|
| Modifier and Type | Method and Description |
|---|---|
Notify |
Notify.duplicate()
Duplicate this Notify message to future injection Serialize to memory and deserialize, safe way.
|
| Modifier and Type | Method and Description |
|---|---|
Notify |
AbstractStream.getMetaData()
Returns a copy of the metadata for the associated stream, if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStream.setMetaData(Notify metaData)
Set the metadata.
|
Copyright © 2005–2017 Red5. All rights reserved.