| Package | vegas.media |
| Class | public class VideoCodec |
| Inheritance | VideoCodec Object |
More informations in the flvmdi page write by Burak.
See also
| Method | Defined By | ||
|---|---|---|---|
validate(id:Number):Boolean
Returns true if the specified id in argument is a valid video codec. | VideoCodec | ||
| Constant | Defined By | ||
|---|---|---|---|
| ON2_VP6_1 : Number = 4 [static]
The first value of the On2 VP6 video codec. | VideoCodec | ||
| ON2_VP6_2 : Number = 5 [static]
The second value of the On2 VP6 video codec. | VideoCodec | ||
| SCREEN_VIDEO : Number = 3 [static]
Screen video (SWF version 7 and later only)
| VideoCodec | ||
| SCREEN_VIDEO_V2 : Number = 6 [static]
The 'Screen Video' V2 video id value. | VideoCodec | ||
| SORENSON : Number = 2 [static]
The 'Sorenson H.263' video id value. | VideoCodec | ||
| validate | () | method |
public function validate(id:Number):Boolean
Returns true if the specified id in argument is a valid video codec.
Parameters
id:Number |
Boolean — true if the specified id in argument is a valid video codec.
|
| ON2_VP6_1 | Constant |
public static const ON2_VP6_1:Number = 4The first value of the On2 VP6 video codec. (SWF version 8 and later only)
| ON2_VP6_2 | Constant |
public static const ON2_VP6_2:Number = 5The second value of the On2 VP6 video codec. VP6 video with alpha channel (SWF version 8 and later only)
| SCREEN_VIDEO | Constant |
public static const SCREEN_VIDEO:Number = 3Screen video (SWF version 7 and later only)
| SCREEN_VIDEO_V2 | Constant |
public static const SCREEN_VIDEO_V2:Number = 6The 'Screen Video' V2 video id value.
| SORENSON | Constant |
public static const SORENSON:Number = 2The 'Sorenson H.263' video id value.