Packagevegas.media
Classpublic class CoreVideo
InheritanceCoreVideo Inheritance flash.media.Video
Implements IDisplayObject

The CoreVideo class extends the flash.media.Video class and implements the IDisplayObject interface.



Public Properties
 PropertyDefined By
  logger : Logger
Determinates the internal ILogger reference of this Logable object.
CoreVideo
Public Methods
 MethodDefined By
  
CoreVideo(width:int = 320, height:int = 240)
Creates a new CoreVideo instance.
CoreVideo
  
isLocked():Boolean
Returns true if the object is locked.
CoreVideo
  
lock():void
Locks the object.
CoreVideo
  
resetLock():void
Reset the lock security of the display.
CoreVideo
  
unlock():void
Unlocks the display.
CoreVideo
Property Detail
loggerproperty
logger:Logger

Determinates the internal ILogger reference of this Logable object.


Implementation
    public function get logger():Logger
    public function set logger(value:Logger):void
Constructor Detail
CoreVideo()Constructor
public function CoreVideo(width:int = 320, height:int = 240)

Creates a new CoreVideo instance. If no values for the width and height parameters are supplied, the default values are used. You can also set the width and height properties of the Video object after the initial construction, using Video.width and Video.height. When a new Video object is created, values of zero for width or height are not allowed ; if you pass zero, the defaults will be applied.

Parameters
width:int (default = 320) — The width of the video, in pixels. (default 320)
 
height:int (default = 240) — The width of the video, in pixels. (default 240)
Method Detail
isLocked()method
public function isLocked():Boolean

Returns true if the object is locked.

Returns
Booleantrue if the object is locked.
lock()method 
public function lock():void

Locks the object.

resetLock()method 
public function resetLock():void

Reset the lock security of the display.

unlock()method 
public function unlock():void

Unlocks the display.