包 | flash.media |
类 | public final class VideoStatus |
继承 | VideoStatus Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ACCELERATED : String = "accelerated" [静态]
表示硬件加速 (GPU) 视频解码。 | VideoStatus | ||
SOFTWARE : String = "software" [静态]
表示软件视频解码。 | VideoStatus | ||
UNAVAILABLE : String = "unavailable" [静态]
不支持视频解码。 | VideoStatus |
常量详细信息
ACCELERATED | 常量 |
public static const ACCELERATED:String = "accelerated"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
表示硬件加速 (GPU) 视频解码。
SOFTWARE | 常量 |
public static const SOFTWARE:String = "software"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
表示软件视频解码。
UNAVAILABLE | 常量 |
public static const UNAVAILABLE:String = "unavailable"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
不支持视频解码。
Tue Jun 12 2018, 11:04 AM Z