ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
org.osmf.net.qos 

QualityLevel  - AS3 OSMF

Packageorg.osmf.net.qos
Classpublic class QualityLevel
InheritanceQualityLevel Inheritance Object

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

QualityLevel describes a quality level of an ABR stream



Public Properties
 PropertyDefined By
  bitrate : Number
[read-only] The declared bitrate of the quality level
QualityLevel
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  index : uint
[read-only] The index of the quality level
QualityLevel
  streamName : String
[read-only] The name of the stream corresponding to this quality level
QualityLevel
Public Methods
 MethodDefined By
  
QualityLevel(index:uint, bitrate:Number, streamName:String = null)
Constructor.
QualityLevel
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

bitrate

property
bitrate:Number  [read-only]

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The declared bitrate of the quality level



Implementation
    public function get bitrate():Number

index

property 
index:uint  [read-only]

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The index of the quality level



Implementation
    public function get index():uint

streamName

property 
streamName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The name of the stream corresponding to this quality level



Implementation
    public function get streamName():String
Constructor Detail

QualityLevel

()Constructor
public function QualityLevel(index:uint, bitrate:Number, streamName:String = null)

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

Constructor.

Parameters
index:uint — The index of the quality level
 
bitrate:Number — The declared bitrate of the quality level (in kbps)
 
streamName:String (default = null) — The name of the stream corresponding to this quality level