| Package | vegas.media |
| Class | public class CoreVideo |
| Inheritance | CoreVideo flash.media.Video |
| Implements | IDisplayObject |
| Property | Defined By | ||
|---|---|---|---|
| logger : Logger
Determinates the internal ILogger reference of this Logable object. | CoreVideo | ||
| Method | Defined 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 | ||
| logger | property |
logger:Logger
Determinates the internal ILogger reference of this Logable object.
public function get logger():Logger public function set logger(value:Logger):void| 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.
Parameterswidth: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)
|
| isLocked | () | method |
public function isLocked():Boolean
Returns true if the object is locked.
Boolean — true if the object is locked.
|
| lock | () | method |
public function lock():voidLocks the object.
| resetLock | () | method |
public function resetLock():voidReset the lock security of the display.
| unlock | () | method |
public function unlock():voidUnlocks the display.