com.flazr.rtmp.message
Class CommandAmf0
java.lang.Object
com.flazr.rtmp.message.AbstractMessage
com.flazr.rtmp.message.Command
com.flazr.rtmp.message.CommandAmf0
- All Implemented Interfaces:
- RtmpMessage
public class CommandAmf0
- extends Command
|
Method Summary |
void |
decode(org.jboss.netty.buffer.ChannelBuffer in)
|
org.jboss.netty.buffer.ChannelBuffer |
encode()
|
| Methods inherited from class com.flazr.rtmp.message.Command |
closeStream, connect, connectSuccess, createStream, createStreamSuccess, getArg, getArgCount, getName, getObject, getTransactionId, onBWDone, onStatus, pauseNotify, play, playFailed, playReset, playStart, playStop, publish, publishBadName, publishNotify, publishStart, seekNotify, setTransactionId, toString, unpauseNotify, unpublish, unpublishNotify, unpublishSuccess |
CommandAmf0
public CommandAmf0(RtmpHeader header,
org.jboss.netty.buffer.ChannelBuffer in)
CommandAmf0
public CommandAmf0(int transactionId,
String name,
Amf0Object object,
Object... args)
CommandAmf0
public CommandAmf0(String name,
Amf0Object object,
Object... args)
encode
public org.jboss.netty.buffer.ChannelBuffer encode()
decode
public void decode(org.jboss.netty.buffer.ChannelBuffer in)
Copyright © 2011. All Rights Reserved.