Packagevegas.net
Classpublic class NetStreamTransition
InheritanceNetStreamTransition Inheritance CoreTransition Inheritance CoreAction Inheritance Task Inheritance Object

This transition control a netstream with a specific expert.



Public Properties
 PropertyDefined By
 InheritedchangeIt : Signaler
This signal emit when the notifyChanged method is invoked.
CoreAction
 InheritedclearIt : Signaler
This signal emit when the notifyCleared method is invoked.
CoreAction
 InheritedfinishIt : Signaler
This signal emit when the notifyFinished method is invoked.
Task
 Inheritedid : *
Indicates the id value of this object.
CoreTransition
 InheritedinfoIt : Signaler
This signal emit when the notifyInfo method is invoked.
CoreAction
 Inheritedlogger : Logger
Determinates the internal Logger reference of this Loggable object.
Task
 Inheritedlooping : Boolean
The flag to determinate if the Action object is looped.
CoreAction
 InheritedloopIt : Signaler
This signal emit when the notifyLooped method is invoked.
CoreAction
  netStream : NetStream
The NetStream reference.
NetStreamTransition
 InheritedpauseIt : Signaler
This signal emit when the notifyPause method is invoked.
CoreAction
 Inheritedphase : String
[read-only] The current phase of the action.
Task
 InheritedprogressIt : Signaler
This signal emit when the notifyProgress method is invoked.
CoreAction
 InheritedresumeIt : Signaler
This signal emit when the notifyResumed method is invoked.
CoreAction
 Inheritedrunning : Boolean
[read-only] Indicates true if the process is in progress.
Task
 InheritedstartIt : Signaler
This signal emit when the notifyStarted method is invoked.
Task
 InheritedstopIt : Signaler
This signal emit when the notifyStopped method is invoked.
CoreAction
 InheritedtimeoutIt : Signaler
This signal emit when the notifyTimeOut method is invoked.
CoreAction
  uri : String
The uri of the stream to play.
NetStreamTransition
  video : Video
NetStreamTransition
Public Methods
 MethodDefined By
  
NetStreamTransition(netStream:NetStream = null, uri:String = null)
Creates a new NetStreamTransition instance.
NetStreamTransition
 Inherited
clone():*
[override] Returns a shallow copy of this object.
CoreTransition
 Inherited
equals(o:*):Boolean
Compares the specified object with this object for equality.
CoreTransition
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Task
 Inherited
lock():void
Locks the object.
Task
 Inherited
Notify when the process is changed.
CoreAction
 Inherited
Notify when the process is cleared.
CoreAction
 Inherited
Notify an ActionEvent when the process is finished.
Task
 Inherited
notifyInfo(info:*):void
Notify a specific information when the process is changed.
CoreAction
 Inherited
Notify when the process is looped.
CoreAction
 Inherited
Notify when the process is paused.
CoreAction
 Inherited
Notify when the process is in progress.
CoreAction
 Inherited
Notify when the process is resumed.
CoreAction
 Inherited
Notify an ActionEvent when the process is started.
Task
 Inherited
Notify when the process is stopped.
CoreAction
 Inherited
Notify when the process is out of time.
CoreAction
 Inherited
resume():void
Resume this transition.
CoreTransition
  
run(... arguments):void
[override] Run the process.
NetStreamTransition
  
start():void
[override] Starts the stream from.
NetStreamTransition
  
stop():void
[override] Stops the transition.
NetStreamTransition
 Inherited
unlock():void
Unlocks the display.
Task
Protected Methods
 MethodDefined By
 Inherited
setRunning(b:Boolean):void
Changes the running property value.
Task
Property Detail
netStreamproperty
netStream:NetStream

The NetStream reference.


Implementation
    public function get netStream():NetStream
    public function set netStream(value:NetStream):void
uriproperty 
uri:String

The uri of the stream to play.


Implementation
    public function get uri():String
    public function set uri(value:String):void
videoproperty 
public var video:Video

Constructor Detail
NetStreamTransition()Constructor
public function NetStreamTransition(netStream:NetStream = null, uri:String = null)

Creates a new NetStreamTransition instance.

Parameters
netStream:NetStream (default = null) — The NetStreamExpert reference.
 
uri:String (default = null) — The uri of the stream to play.
Method Detail
run()method
override public function run(... arguments):void

Run the process.

Parameters

... arguments

start()method 
override public function start():void

Starts the stream from.

stop()method 
override public function stop():void

Stops the transition.