(Beta)
Package | flash.media |
Class | public final class VideoStatus |
Inheritance | VideoStatus Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Public 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Indicates hardware-accelerated (GPU) video decoding.
SOFTWARE | Constant |
public static const SOFTWARE:String = "software"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Indicates software video decoding.
UNAVAILABLE | Constant |
public static const UNAVAILABLE:String = "unavailable"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Video decoding is not supported.
Wed Nov 21 2018, 06:34 AM -08:00