| Modifier and Type | Method and Description |
|---|---|
void |
Channel.write(IRTMPEvent event)
Writes packet from event data to RTMP connection.
|
| Modifier and Type | Method and Description |
|---|---|
IRTMPEvent |
RTMPProtocolDecoder.decodeAbort(org.apache.mina.core.buffer.IoBuffer in) |
IRTMPEvent |
RTMPProtocolDecoder.decodeMessage(RTMPConnection conn,
Header header,
org.apache.mina.core.buffer.IoBuffer in)
Decodes RTMP message event.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RTMPProtocolEncoder.dropMessage(int channelId,
IRTMPEvent message)
Determine if this message should be dropped.
|
org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeMessage(Header header,
IRTMPEvent message)
Encode message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Abort
RTMP Abort event.
|
class |
Aggregate
Aggregate data event
|
class |
AudioData |
class |
BaseEvent
Base abstract class for all RTMP events
|
class |
BytesRead
Bytes read event
|
class |
ChunkSize
Chunk size event
|
class |
ClientBW
Client bandwidth event.
|
class |
ClientInvokeEvent
Represents an invoke to be executed on a connected client.
|
class |
ClientNotifyEvent
Represents an notify to be executed on a connected client.
|
class |
FlexMessage
Flex method invocation.
|
class |
FlexStreamSend
AMF3 stream send message.
|
class |
Invoke
Remote invocation event
|
class |
Notify
Stream notification event.
|
class |
Ping
Ping event, actually combination of different events.
|
class |
ServerBW
Server bandwidth event.
|
class |
SetBuffer
Control message used to set a buffer.
|
class |
SWFResponse
Control message used in response to a SWF verification request.
|
class |
Unknown
Unknown event
|
class |
VideoData
Video data event
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<IRTMPEvent> |
Aggregate.getParts()
Breaks-up the aggregate into its individual parts and returns them as a list.
|
| Modifier and Type | Method and Description |
|---|---|
IRTMPEvent |
Packet.getMessage()
Getter for event context
|
| Modifier and Type | Method and Description |
|---|---|
void |
Packet.setMessage(IRTMPEvent message)
Setter for event context
|
| Constructor and Description |
|---|
Packet(Header header,
IRTMPEvent event)
Create packet with given header and event context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISharedObjectMessage
Shared object message
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexSharedObjectMessage |
class |
SharedObjectMessage
Shared object event
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileConsumer.setAudioDecoderConfiguration(IRTMPEvent decoderConfig)
Sets a audio decoder configuration; some codecs require this, such as AAC.
|
void |
FileConsumer.setVideoDecoderConfiguration(IRTMPEvent decoderConfig)
Sets a video decoder configuration; some codecs require this, such as AVC.
|
| Modifier and Type | Method and Description |
|---|---|
IRTMPEvent |
RTMPMessage.getBody()
Return RTMP message body
|
| Modifier and Type | Method and Description |
|---|---|
static RTMPMessage |
RTMPMessage.build(IRTMPEvent body)
Builder for RTMPMessage.
|
static RTMPMessage |
RTMPMessage.build(IRTMPEvent body,
int eventTime)
Builder for RTMPMessage.
|
Copyright © 2005–2017 Red5. All rights reserved.