Package | flash.media |
Class | public final class H264Level |
Inheritance | H264Level Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
H264VideoStreamSettings
class.
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LEVEL_1 : String = "1" [static]
Constant for H.264 level 1. | H264Level | ||
LEVEL_1_1 : String = "1.1" [static]
Constant for H.264 level 1.1. | H264Level | ||
LEVEL_1_2 : String = "1.2" [static]
Constant for H.264 level 1.2. | H264Level | ||
LEVEL_1_3 : String = "1.3" [static]
Constant for H.264 level 1.3. | H264Level | ||
LEVEL_1B : String = "1b" [static]
Constant for H.264 level 1b. | H264Level | ||
LEVEL_2 : String = "2" [static]
Constant for H.264 level 2. | H264Level | ||
LEVEL_2_1 : String = "2.1" [static]
Constant for H.264 level 2.1. | H264Level | ||
LEVEL_2_2 : String = "2.2" [static]
Constant for H.264 level 2.2. | H264Level | ||
LEVEL_3 : String = "3" [static]
Constant for H.264 level 3. | H264Level | ||
LEVEL_3_1 : String = "3.1" [static]
Constant for H.264 level 3.1. | H264Level | ||
LEVEL_3_2 : String = "3.2" [static]
Constant for H.264 level 3.2. | H264Level | ||
LEVEL_4 : String = "4" [static]
Constant for H.264 level 4. | H264Level | ||
LEVEL_4_1 : String = "4.1" [static]
Constant for H.264 level 4.1. | H264Level | ||
LEVEL_4_2 : String = "4.2" [static]
Constant for H.264 level 4.2. | H264Level | ||
LEVEL_5 : String = "5" [static]
Constant for H.264 level 5. | H264Level | ||
LEVEL_5_1 : String = "5.1" [static]
Constant for H.264 level 5.1. | H264Level |
Constant Detail
LEVEL_1 | Constant |
public static const LEVEL_1:String = "1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 1.
LEVEL_1_1 | Constant |
public static const LEVEL_1_1:String = "1.1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 1.1.
LEVEL_1_2 | Constant |
public static const LEVEL_1_2:String = "1.2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 1.2.
LEVEL_1_3 | Constant |
public static const LEVEL_1_3:String = "1.3"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 1.3.
LEVEL_1B | Constant |
public static const LEVEL_1B:String = "1b"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 1b.
LEVEL_2 | Constant |
public static const LEVEL_2:String = "2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 2.
LEVEL_2_1 | Constant |
public static const LEVEL_2_1:String = "2.1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 2.1.
LEVEL_2_2 | Constant |
public static const LEVEL_2_2:String = "2.2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 2.2.
LEVEL_3 | Constant |
public static const LEVEL_3:String = "3"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 3.
LEVEL_3_1 | Constant |
public static const LEVEL_3_1:String = "3.1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 3.1.
LEVEL_3_2 | Constant |
public static const LEVEL_3_2:String = "3.2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 3.2.
LEVEL_4 | Constant |
public static const LEVEL_4:String = "4"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 4.
LEVEL_4_1 | Constant |
public static const LEVEL_4_1:String = "4.1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 4.1.
LEVEL_4_2 | Constant |
public static const LEVEL_4_2:String = "4.2"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 4.2.
LEVEL_5 | Constant |
public static const LEVEL_5:String = "5"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 5.
LEVEL_5_1 | Constant |
public static const LEVEL_5_1:String = "5.1"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Constant for H.264 level 5.1.
Thu Dec 6 2018, 01:12 PM -08:00