Paket | flash.media |
Klasse | public final class H264Profile |
Vererbung | H264Profile Object |
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
H264VideoStreamSettings
-Klasse verwendet werden.
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
BASELINE : String = "baseline" [statisch]
Konstante für das H.264/AVC-Grundlinienprofil. | H264Profile | ||
MAIN : String = "main" [statisch]
Konstante für das H.264/AVC-Hauptprofil. | H264Profile |
Konstantendetails
BASELINE | Konstante |
public static const BASELINE:String = "baseline"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Konstante für das H.264/AVC-Grundlinienprofil. Dies ist der Standardwert für die H264VideoStreamSettings
-Klasse.
MAIN | Konstante |
public static const MAIN:String = "main"
Sprachversion: | ActionScript 3.0 |
Laufzeitversionen: | Flash Player 11, AIR 3 |
Konstante für das H.264/AVC-Hauptprofil.
Tue Jun 12 2018, 10:04 AM Z