window.runtime property | window.runtime.flash.media.H264Profile |
Inheritance | H264Profile Object |
Runtime Versions: | 3 |
H264VideoStreamSettings
class.
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
BASELINE : String = "baseline" [static]
Constant for H.264/AVC baseline profile. | H264Profile | ||
MAIN : String = "main" [static]
Constant for H.264/AVC main profile. | H264Profile |
Constant Detail
BASELINE | Constant |
public static const BASELINE:String = "baseline"
Runtime Versions: | 3 |
Constant for H.264/AVC baseline profile. This is the default value for
H264VideoStreamSettings
class.
MAIN | Constant |
public static const MAIN:String = "main"
Runtime Versions: | 3 |
Constant for H.264/AVC main profile.
Thu Sep 29 2011, 02:34 AM -07:00