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.rules 

RuleType  - AS3 OSMF

Packageorg.osmf.net.rules
Classpublic final class RuleType
InheritanceRuleType Inheritance Object

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

RuleType identifies the various rule types that the Open Source Media Framework can handle out of the box.

Related API Elements

org.osmf.net.abr.RuleBase


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
 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
Public Constants
 ConstantDefined By
  AFTER_UP_SWITCH_BUFFER_BANDWIDTH : String = "org.osmf.net.rules.afterUpSwitchBufferBandwidth"
[static] The type constant for the After Up-Switch Buffer Bandwidth rule.
RuleType
  BANDWIDTH : String = "org.osmf.net.rules.bandwidth"
[static] The type constant for the Bandwidth rule.
RuleType
  BUFFER_BANDWIDTH : String = "org.osmf.net.rules.bufferBandwidth"
[static] The type constant for the Buffer Bandwidth rule.
RuleType
  DROPPED_FPS : String = "org.osmf.net.rules.droppedFPS"
[static] The type constant for the Dropped FPS rule.
RuleType
  EMPTY_BUFFER : String = "org.osmf.net.rules.emptyBuffer"
[static] The type constant for the Empty Buffer rule.
RuleType
Constant Detail

AFTER_UP_SWITCH_BUFFER_BANDWIDTH

Constant
public static const AFTER_UP_SWITCH_BUFFER_BANDWIDTH:String = "org.osmf.net.rules.afterUpSwitchBufferBandwidth"

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

The type constant for the After Up-Switch Buffer Bandwidth rule.

BANDWIDTH

Constant 
public static const BANDWIDTH:String = "org.osmf.net.rules.bandwidth"

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

The type constant for the Bandwidth rule.

BUFFER_BANDWIDTH

Constant 
public static const BUFFER_BANDWIDTH:String = "org.osmf.net.rules.bufferBandwidth"

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

The type constant for the Buffer Bandwidth rule.

DROPPED_FPS

Constant 
public static const DROPPED_FPS:String = "org.osmf.net.rules.droppedFPS"

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

The type constant for the Dropped FPS rule.

EMPTY_BUFFER

Constant 
public static const EMPTY_BUFFER:String = "org.osmf.net.rules.emptyBuffer"

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

The type constant for the Empty Buffer rule.