Packageispring.presenter.player.video
Interfacepublic interface IVideoView extends flash.events.IEventDispatcher

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.

See also

ispring.presenter.presentation.narration.IVideoTrack.createView()
flash.events.IEventDispatcher


Public Properties
PropertyDefined By
controller : IMediaPlaybackController
[read-only] Returns the IMediaPlaybackController interface providing video control facilities.
IVideoView
displayObject : DisplayObject
[read-only] The flash.display.DisplayObject object visualizing the video.
IVideoView
resolution : IVideoResolution
[read-only] Returns the IVideoResolution interface providing information about the video resolution.
IVideoView
Property Detail
controllerproperty
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():IMediaPlaybackController

See also

displayObjectproperty 
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():DisplayObject

See also

resolutionproperty 
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():IVideoResolution

See also