flash.media.StageVideo
type
class
extends
flash.events.EventDispatcher
available in
flash
metadata
:require
flash10_2
Constructor
new
()
Instance Variables
hide inherited
show inherited
colorSpaces
(default,null) :
flash.Vector
<
String
>
depth
:
Int
pan
:
flash.geom.Point
videoHeight
(default,null) :
Int
videoWidth
(default,null) :
Int
viewPort
:
flash.geom.Rectangle
zoom
:
flash.geom.Point
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
attachNetStream
(netStream :
flash.net.NetStream
) :
Void
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher