public abstract class RtmpCommandMessage extends RtmpStreamMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
RtmpCommandMessage.CommandKind |
RtmpStreamMessage.StreamKindRtmpMessage.Kind| Constructor and Description |
|---|
RtmpCommandMessage() |
| Modifier and Type | Method and Description |
|---|---|
abstract RtmpCommandMessage.CommandKind |
getCommandKind() |
abstract String |
getName() |
RtmpStreamMessage.StreamKind |
getStreamKind() |
double |
getTransactionId() |
void |
setTransactionId(double transactionId) |
String |
toString() |
getChunkStreamId, getKind, getMessageStreamId, getTimestamp, setChunkStreamId, setMessageStreamId, setTimestamppublic RtmpStreamMessage.StreamKind getStreamKind()
getStreamKind in class RtmpStreamMessagepublic abstract String getName()
public abstract RtmpCommandMessage.CommandKind getCommandKind()
public void setTransactionId(double transactionId)
public double getTransactionId()
Copyright © 2014–2015. All rights reserved.