Uses of Class
com.flazr.rtmp.message.Command

Packages that use Command
com.flazr.rtmp.message   
 

Uses of Command in com.flazr.rtmp.message
 

Subclasses of Command in com.flazr.rtmp.message
 class CommandAmf0
           
 

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)
           
 



Copyright © 2011. All Rights Reserved.