window.runtime property | window.runtime.flash.media.VideoStatus |
Inheritance | VideoStatus Object |
Runtime Versions: | (unsupported) |
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
ACCELERATED : String = "accelerated" [static]
Indicates hardware-accelerated (GPU) video decoding. | VideoStatus | ||
SOFTWARE : String = "software" [static]
Indicates software video decoding. | VideoStatus | ||
UNAVAILABLE : String = "unavailable" [static]
Video decoding is not supported. | VideoStatus |
Constant Detail
ACCELERATED | Constant |
public static const ACCELERATED:String = "accelerated"
Runtime Versions: | (unsupported) |
Indicates hardware-accelerated (GPU) video decoding.
SOFTWARE | Constant |
public static const SOFTWARE:String = "software"
Runtime Versions: | (unsupported) |
Indicates software video decoding.
UNAVAILABLE | Constant |
public static const UNAVAILABLE:String = "unavailable"
Runtime Versions: | (unsupported) |
Video decoding is not supported.
Thu Sep 29 2011, 02:34 AM -07:00