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

MetricType  - AS3 OSMF

Packageorg.osmf.net.metrics
Classpublic final class MetricType
InheritanceMetricType Inheritance Object

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

MetricType identifies the various metric types that the Open Source Media Framework can handle out of the box.

Related API Elements

org.osmf.net.abr.MetricBase


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
  ACTUAL_BITRATE : String = "org.osmf.net.metrics.actualBitrate"
[static] The type constant for the actual bitrate metric.
MetricType
  AVAILABLE_QUALITY_LEVELS : String = "org.osmf.net.metrics.availableQualityLevels"
[static] The type constant for the available bitrates metric.
MetricType
  BANDWIDTH : String = "org.osmf.net.metrics.bandwidth"
[static] The type constant for the bandwidth metric.
MetricType
  BUFFER_FRAGMENTS : String = "org.osmf.net.metrics.bufferFragments"
[static] The type constant for the Buffer Fragments metric.
MetricType
  BUFFER_LENGTH : String = "org.osmf.net.metrics.bufferLength"
[static] The type constant for the Buffer Length metric.
MetricType
  BUFFER_OCCUPATION_RATIO : String = "org.osmf.net.metrics.bufferOccupationRatio"
[static] The type constant for the Buffer Occupation metric.
MetricType
  CURRENT_STATUS : String = "org.osmf.net.metrics.currentStatus"
[static] The type constant for the current status metric.
MetricType
  DROPPED_FPS : String = "org.osmf.net.metrics.droppedFPS"
[static] The type constant for the Dropped FPS metric.
MetricType
  EMPTY_BUFFER : String = "org.osmf.net.metrics.emptyBuffer"
[static] The type constant for the Empty Buffer metric.
MetricType
  FPS : String = "org.osmf.net.metrics.fps"
[static] The type constant for the FPS metric.
MetricType
  FRAGMENT_COUNT : String = "org.osmf.net.metrics.fragmentCount"
[static] The type constant for the fragment count metric.
MetricType
  RECENT_SWITCH : String = "org.osmf.net.metrics.recentSwitch"
[static] The type constant for the Recent Switch metric.
MetricType
Constant Detail

ACTUAL_BITRATE

Constant
public static const ACTUAL_BITRATE:String = "org.osmf.net.metrics.actualBitrate"

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

The type constant for the actual bitrate metric.

AVAILABLE_QUALITY_LEVELS

Constant 
public static const AVAILABLE_QUALITY_LEVELS:String = "org.osmf.net.metrics.availableQualityLevels"

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

The type constant for the available bitrates metric.

BANDWIDTH

Constant 
public static const BANDWIDTH:String = "org.osmf.net.metrics.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 metric.

BUFFER_FRAGMENTS

Constant 
public static const BUFFER_FRAGMENTS:String = "org.osmf.net.metrics.bufferFragments"

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

The type constant for the Buffer Fragments metric.

BUFFER_LENGTH

Constant 
public static const BUFFER_LENGTH:String = "org.osmf.net.metrics.bufferLength"

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

The type constant for the Buffer Length metric.

BUFFER_OCCUPATION_RATIO

Constant 
public static const BUFFER_OCCUPATION_RATIO:String = "org.osmf.net.metrics.bufferOccupationRatio"

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

The type constant for the Buffer Occupation metric.

CURRENT_STATUS

Constant 
public static const CURRENT_STATUS:String = "org.osmf.net.metrics.currentStatus"

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

The type constant for the current status metric.

DROPPED_FPS

Constant 
public static const DROPPED_FPS:String = "org.osmf.net.metrics.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 metric.

EMPTY_BUFFER

Constant 
public static const EMPTY_BUFFER:String = "org.osmf.net.metrics.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 metric.

FPS

Constant 
public static const FPS:String = "org.osmf.net.metrics.fps"

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

The type constant for the FPS metric.

FRAGMENT_COUNT

Constant 
public static const FRAGMENT_COUNT:String = "org.osmf.net.metrics.fragmentCount"

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

The type constant for the fragment count metric.

RECENT_SWITCH

Constant 
public static const RECENT_SWITCH:String = "org.osmf.net.metrics.recentSwitch"

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

The type constant for the Recent Switch metric.