Paket | flash.media |
Klasse | public final class VideoStatus |
Vererbung | VideoStatus Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
ACCELERATED : String = "accelerated" [statisch]
Zeigt die hardwarebeschleunigte (GPU-) Videodekodierung an. | VideoStatus | ||
SOFTWARE : String = "software" [statisch]
Zeigt die Software-Videodekodierung an. | VideoStatus | ||
UNAVAILABLE : String = "unavailable" [statisch]
Videodekodierung wird nicht unterstützt. | VideoStatus |
Konstantendetails
ACCELERATED | Konstante |
public static const ACCELERATED:String = "accelerated"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Zeigt die hardwarebeschleunigte (GPU-) Videodekodierung an.
SOFTWARE | Konstante |
public static const SOFTWARE:String = "software"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Zeigt die Software-Videodekodierung an.
UNAVAILABLE | Konstante |
public static const UNAVAILABLE:String = "unavailable"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Videodekodierung wird nicht unterstützt.
Tue Jun 12 2018, 10:04 AM Z