|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventDecoder
Event decoder decodes event objects from incoming byte buffer.
Method Summary | |
---|---|
Aggregate |
decodeAggregate(IoBuffer in)
Decodes the aggregated data. |
AudioData |
decodeAudioData(IoBuffer in)
Decodes audio data event. |
BytesRead |
decodeBytesRead(IoBuffer in)
Decodes BytesRead event. |
ChunkSize |
decodeChunkSize(IoBuffer in)
Decodes chunk size event. |
FlexMessage |
decodeFlexMessage(IoBuffer in,
RTMP rtmp)
Decodes Flex message event. |
ISharedObjectMessage |
decodeFlexSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event from AMF3 encoding. |
Invoke |
decodeInvoke(IoBuffer in,
RTMP rtmp)
Decodes invocation event. |
Notify |
decodeNotify(IoBuffer in,
RTMP rtmp)
Decodes notification event. |
Ping |
decodePing(IoBuffer in)
Decodes ping event. |
ISharedObjectMessage |
decodeSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event. |
Unknown |
decodeUnknown(byte dataType,
IoBuffer in)
Decodes event of Unknown type. |
VideoData |
decodeVideoData(IoBuffer in)
Decodes video data event. |
Method Detail |
---|
Unknown decodeUnknown(byte dataType, IoBuffer in)
dataType
- Data typein
- Byte buffer to decode
ChunkSize decodeChunkSize(IoBuffer in)
in
- Byte buffer to decode
ISharedObjectMessage decodeSharedObject(IoBuffer in, RTMP rtmp)
in
- Byte buffer to decodertmp
- RTMP protocol state
ISharedObjectMessage decodeFlexSharedObject(IoBuffer in, RTMP rtmp)
in
- Byte buffer to decodertmp
- RTMP protocol state
Notify decodeNotify(IoBuffer in, RTMP rtmp)
in
- Byte buffer to decodertmp
- RTMP protocol state
Invoke decodeInvoke(IoBuffer in, RTMP rtmp)
in
- Byte buffer to decodertmp
- RTMP protocol state
Ping decodePing(IoBuffer in)
in
- Byte buffer to decode
BytesRead decodeBytesRead(IoBuffer in)
in
- Byte buffer to decode
Aggregate decodeAggregate(IoBuffer in)
in
- Byte buffer to decode
AudioData decodeAudioData(IoBuffer in)
in
- Byte buffer to decode
VideoData decodeVideoData(IoBuffer in)
in
- Byte buffer to decode
FlexMessage decodeFlexMessage(IoBuffer in, RTMP rtmp)
in
- Byte buffer to decodertmp
- RTMP protocol state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |