Package | com.aispeech.recorder |
Interface | public interface IRecorder extends flash.events.IEventDispatcher |
Implementors | Recorder4HTTPService, Recorder4LocalService, Recorder4RTMPService |
Property | Defined By | ||
---|---|---|---|
dingPlayEnabled : Boolean | IRecorder | ||
dingVolume : Number | IRecorder | ||
replayVolume : Number | IRecorder | ||
state : String [read-only] | IRecorder |
Method | Defined By | ||
---|---|---|---|
dispose():void | IRecorder | ||
IRecorder | |||
startRecord(recordLength:int = 2000):String | IRecorder | ||
startReplay(recordId:String):String | IRecorder | ||
stopRecord(stopType:String):String | IRecorder | ||
stopReplay():String | IRecorder |
dingPlayEnabled | property |
dingPlayEnabled:Boolean
public function get dingPlayEnabled():Boolean
public function set dingPlayEnabled(value:Boolean):void
dingVolume | property |
dingVolume:Number
public function get dingVolume():Number
public function set dingVolume(value:Number):void
replayVolume | property |
replayVolume:Number
public function get replayVolume():Number
public function set replayVolume(value:Number):void
state | property |
state:String
[read-only] public function get state():String
dispose | () | method |
public function dispose():void
init | () | method |
public function init(connection:IConnection, coreRequester:ICoreRequester):void
Parameters
connection:IConnection | |
coreRequester:ICoreRequester |
startRecord | () | method |
public function startRecord(recordLength:int = 2000):String
Parameters
recordLength:int (default = 2000 )
|
String |
startReplay | () | method |
public function startReplay(recordId:String):String
Parameters
recordId:String |
String |
stopRecord | () | method |
public function stopRecord(stopType:String):String
Parameters
stopType:String |
String |
stopReplay | () | method |
public function stopReplay():String
ReturnsString |