window.runtime property | window.runtime.flash.media.VideoCodec |
Inheritance | VideoCodec Object |
Runtime Versions: | 3 |
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
H264AVC : String = "H264Avc" [static]
Constant value indicating that H.264/AVC codec is used for compressing video. | VideoCodec | ||
SORENSON : String = "Sorenson" [static]
Constant value indicating that Sorenson Spark codec is used for compressing video. | VideoCodec |
Constant Detail
H264AVC | Constant |
public static const H264AVC:String = "H264Avc"
Runtime Versions: | 3 |
Constant value indicating that H.264/AVC codec is used for compressing video.
SORENSON | Constant |
public static const SORENSON:String = "Sorenson"
Runtime Versions: | 3 |
Constant value indicating that Sorenson Spark codec is used for compressing video.
Thu Sep 29 2011, 02:34 AM -07:00