Packagede.spring.sensors
Classpublic class SpringStreams
InheritanceSpringStreams Inheritance Object
Subclasses SpringStreams



Protected Properties
 PropertyDefined By
  version : String = AS3 1.5.0
[static]
SpringStreams
Public Methods
 MethodDefined By
  
SpringStreams(site:String, ssl:Boolean = false)
Creates an instance of SpringStreams.
SpringStreams
  
debug(v:Object):void
If set to true the library logs some internal actions.
SpringStreams
  
getVersion():String
Return the version of the spring lib
SpringStreams
  
track(adapter:StreamAdapter, att:Object):Stream
track a single netstream object.
SpringStreams
Property Detail
versionproperty
protected static var version:String = AS3 1.5.0

Constructor Detail
SpringStreams()Constructor
public function SpringStreams(site:String, ssl:Boolean = false)

Creates an instance of SpringStreams.

Parameters
site:String — The sitename
 
ssl:Boolean (default = false) — if adapt ssl secure transmission
Method Detail
debug()method
public function debug(v:Object):void

If set to true the library logs some internal actions. Use this to check the implementation.

Parameters

v:Object — boolean value, if set debug mode

getVersion()method 
public function getVersion():String

Return the version of the spring lib

Returns
String
track()method 
public function track(adapter:StreamAdapter, att:Object):Stream

track a single netstream object. the NetStream may be described by the att parameter, and it may be configured into autocapture mode. if captureEvents is true.(See the sample of the NetsStreamAdapter attached)

Parameters

adapter:StreamAdapter — The stream adapter which handles the access to the underlying streaming content
 
att:Object — A 'map' which contains information about the streaming content.

Returns
Stream