Package | org.osmf.net.qos |
Class | public class QualityLevel |
Inheritance | QualityLevel Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 2.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
bitrate : Number [read-only]
The declared bitrate of the quality level
| QualityLevel | ||
constructor : 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
Method | Defined By | ||
---|---|---|---|
Constructor. | QualityLevel | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
bitrate | property |
index | property |
streamName | property |
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.
Parametersindex: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
|
Thu Dec 6 2018, 01:12 PM -08:00