| Package | vegas.net |
| Class | public class NetStreamTransition |
| Inheritance | NetStreamTransition CoreTransition CoreAction Task Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | changeIt : Signaler
This signal emit when the notifyChanged method is invoked. | CoreAction | |
![]() | clearIt : Signaler
This signal emit when the notifyCleared method is invoked. | CoreAction | |
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
![]() | id : *
Indicates the id value of this object. | CoreTransition | |
![]() | infoIt : Signaler
This signal emit when the notifyInfo method is invoked. | CoreAction | |
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
![]() | looping : Boolean
The flag to determinate if the Action object is looped. | CoreAction | |
![]() | loopIt : Signaler
This signal emit when the notifyLooped method is invoked. | CoreAction | |
| netStream : NetStream
The NetStream reference. | NetStreamTransition | ||
![]() | pauseIt : Signaler
This signal emit when the notifyPause method is invoked. | CoreAction | |
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | progressIt : Signaler
This signal emit when the notifyProgress method is invoked. | CoreAction | |
![]() | resumeIt : Signaler
This signal emit when the notifyResumed method is invoked. | CoreAction | |
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
![]() | stopIt : Signaler
This signal emit when the notifyStopped method is invoked. | CoreAction | |
![]() | timeoutIt : Signaler
This signal emit when the notifyTimeOut method is invoked. | CoreAction | |
| uri : String
The uri of the stream to play. | NetStreamTransition | ||
| video : Video | NetStreamTransition | ||
| Method | Defined By | ||
|---|---|---|---|
NetStreamTransition(netStream:NetStream = null, uri:String = null)
Creates a new NetStreamTransition instance. | NetStreamTransition | ||
![]() | clone():* [override]
Returns a shallow copy of this object. | CoreTransition | |
![]() | equals(o:*):Boolean
Compares the specified object with this object for equality. | CoreTransition | |
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyChanged():void
Notify when the process is changed. | CoreAction | |
![]() | notifyCleared():void
Notify when the process is cleared. | CoreAction | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyInfo(info:*):void
Notify a specific information when the process is changed. | CoreAction | |
![]() | notifyLooped():void
Notify when the process is looped. | CoreAction | |
![]() | notifyPaused():void
Notify when the process is paused. | CoreAction | |
![]() | notifyProgress():void
Notify when the process is in progress. | CoreAction | |
![]() | notifyResumed():void
Notify when the process is resumed. | CoreAction | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
![]() | notifyStopped():void
Notify when the process is stopped. | CoreAction | |
![]() | notifyTimeOut():void
Notify when the process is out of time. | CoreAction | |
![]() | 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 | ||
![]() | unlock():void
Unlocks the display. | Task | |
| netStream | property |
netStream:NetStreamThe NetStream reference.
public function get netStream():NetStream public function set netStream(value:NetStream):void| uri | property |
uri:StringThe uri of the stream to play.
public function get uri():String public function set uri(value:String):void| video | property |
public var video:Video| NetStreamTransition | () | Constructor |
public function NetStreamTransition(netStream:NetStream = null, uri:String = null)Creates a new NetStreamTransition instance.
ParametersnetStream:NetStream (default = null) — The NetStreamExpert reference.
| |
uri:String (default = null) — The uri of the stream to play.
|
| run | () | method |
override public function run(... arguments):voidRun the process.
Parameters
... arguments |
| start | () | method |
override public function start():voidStarts the stream from.
| stop | () | method |
override public function stop():voidStops the transition.