| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The IVideoView interface represents a video view providing access to the display object of
the video view and the related video control interfaces.
A view of the video narration track can be created with the createView()
method on the IVideoTrack interface.
The IVideoView interface extends the flash.events.IEventDispatcher interface.
The current implementation of the IVideoView interface
does not displatch any event. This functionality is reserved for future versions.
controller:IMediaPlaybackController [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the IMediaPlaybackController interface providing video control facilities.
Implementation public function get controller():IMediaPlaybackControllerSee also
displayObject:DisplayObject [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The flash.display.DisplayObject object visualizing the video.
Implementation public function get displayObject():DisplayObjectSee also
resolution:IVideoResolution [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the IVideoResolution interface providing information about the video resolution.
Implementation public function get resolution():IVideoResolutionSee also
Tue Dec 4 2012, 06:27 PM +04:00