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(IoBuffer in) |
IRTMPEvent |
RTMPProtocolDecoder.decodeMessage(RTMP rtmp,
Header header,
IoBuffer in)
Decodes RTMP message event.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RTMPProtocolEncoder.dropMessage(RTMP rtmp,
int channelId,
IRTMPEvent message)
Determine if this message should be dropped for lateness.
|
IoBuffer |
RTMPProtocolEncoder.encodeMessage(RTMP rtmp,
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 |
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 |
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 |
---|---|
IRTMPEvent |
FileStreamSource.dequeue()
Get tag from queue and convert to message
|
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,
byte sourceType)
Builder for RTMPMessage.
|
static RTMPMessage |
RTMPMessage.build(IRTMPEvent body,
int eventTime)
Builder for RTMPMessage.
|
Copyright © 2006-2012 The Red5 Project