| Methods in com.flazr.rtmp.message that return Command |
static Command |
Command.closeStream(int streamId)
|
static Command |
Command.connect(ClientOptions options)
|
static Command |
Command.connectSuccess(int transactionId)
|
static Command |
Command.createStream()
|
static Command |
Command.createStreamSuccess(int transactionId,
int streamId)
|
static Command |
Command.onBWDone()
|
static Command |
Command.pauseNotify(String playName,
String clientId)
|
static Command |
Command.play(int streamId,
ClientOptions options)
|
static Command |
Command.playFailed(String playName,
String clientId)
|
static Command |
Command.playReset(String playName,
String clientId)
|
static Command |
Command.playStart(String playName,
String clientId)
|
static Command |
Command.playStop(String playName,
String clientId)
|
static Command |
Command.publish(int streamId,
ClientOptions options)
|
static Command |
Command.publishBadName(int streamId)
|
static Command |
Command.publishNotify(int streamId)
|
static Command |
Command.publishStart(String streamName,
String clientId,
int streamId)
|
static Command |
Command.seekNotify(int streamId,
int seekTime,
String playName,
String clientId)
|
static Command |
Command.unpauseNotify(String playName,
String clientId)
|
static Command |
Command.unpublish(int streamId)
|
static Command |
Command.unpublishNotify(int streamId)
|
static Command |
Command.unpublishSuccess(String streamName,
String clientId,
int streamId)
|