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 

ABRUtils  - AS3 OSMF

Packageorg.osmf.net
Classpublic class ABRUtils
InheritanceABRUtils Inheritance Object

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

ABRUtils provides utility functions used in the Adaptive Bitrate components



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 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
  
[static] Rounds a number by trimming its decimals down to three
ABRUtils
 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
  
validateWeights(weights:Vector.<Number>, desiredLength:int = -1):void
[static] Validates a Vector of weights.
ABRUtils
 Inherited
Returns the primitive value of the specified object.
Object
Method Detail

roundNumber

()method
public static function roundNumber(value:Number):Number

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

Rounds a number by trimming its decimals down to three

Parameters

value:Number

Returns
Number

validateWeights

()method 
public static function validateWeights(weights:Vector.<Number>, desiredLength:int = -1):void

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

Validates a Vector of weights.

Parameters

weights:Vector.<Number>
 
desiredLength:int (default = -1)