A StageVideo object dispatches a StageVideoEvent object after the attachNetStream() method of the StageVideo object and the play() method of the attached NetStream object have both been called. Also, depending on the platform, any change in the playing status can result in dispatching the event. The one type of StageVideoEvent is StageVideoEvent.RENDER_STATE.


Lib.Media.Events.StageVideoEvent.RENDER_STATE

The StageVideoEvent.RENDER_STATE constant defines the value of the type property of a renderState event object.

Lib.Media.Events.StageVideoEvent.RENDER_STATUS_ACCELERATED

Indicates that hardware is decoding and displaying the video.(not supported)

Lib.Media.Events.StageVideoEvent.RENDER_STATUS_SOFTWARE

Indicates that software is decoding and displaying the video. (not supported)

Lib.Media.Events.StageVideoEvent.RENDER_STATUS_UNAVAILABLE

Indicates that displaying the video using the StageVideo object is not possible.(not supported)

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents