Package | de.spring.sensors |
Class | public class SpringStreams |
Inheritance | SpringStreams ![]() |
Subclasses | SpringStreams |
Property | Defined By | ||
---|---|---|---|
version : String = AS3 1.5.0 [static] | SpringStreams |
Method | Defined 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 a single netstream object. | SpringStreams |
version | property |
protected static var version:String = AS3 1.5.0
SpringStreams | () | Constructor |
public function SpringStreams(site:String, ssl:Boolean = false)
Creates an instance of SpringStreams.
Parameterssite:String — The sitename
| |
ssl:Boolean (default = false ) — if adapt ssl secure transmission
|
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
ReturnsString |
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.
|
Stream |