Packagecom.aispeech.factory
Classpublic class RecorderFactory
InheritanceRecorderFactory Inheritance flash.events.EventDispatcher

recorder factory create core requester and recorder as per the available connection



Public Methods
 MethodDefined By
  
RecorderFactory(target:IEventDispatcher = null)
RecorderFactory
  
createRecorder(connection:IConnection):Object
return core requester and recorder as per the available connection
RecorderFactory
Constructor Detail
RecorderFactory()Constructor
public function RecorderFactory(target:IEventDispatcher = null)



Parameters
target:IEventDispatcher (default = null)
Method Detail
createRecorder()method
public function createRecorder(connection:IConnection):Object

return core requester and recorder as per the available connection

Parameters

connection:IConnection

Returns
Object