Package | org.osmf.net.metrics |
Class | public class DefaultMetricFactory |
Inheritance | DefaultMetricFactory MetricFactory Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 2.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The default metric factory can construct metrics of the following types:
- ActualBitrateMetric
- FragmentCountMetric
- AvailableQualityLevelsMetric
- BandwidthMetric
- FPSMetric
- DroppedFPSMetric
- BufferOccupationRatioMetric
- BufferLengthMetric
- BufferFragmentsMetric
- EmptyBufferInterruptionMetric
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
DefaultMetricFactory(qosInfoHistory:QoSInfoHistory)
Constructor. | DefaultMetricFactory | ||
Adds the specified MetricFactoryItem to the factory. | MetricFactory | ||
Produces a MetricBase. | MetricFactory | ||
The item corresponding to the specified metric type
| MetricFactory | ||
The registered items
| MetricFactory | ||
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 | ||
Removes the specified MetricFactoryItem from the factory. | MetricFactory | ||
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 |
Constructor Detail
DefaultMetricFactory | () | Constructor |
public function DefaultMetricFactory(qosInfoHistory:QoSInfoHistory)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 2.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersqosInfoHistory:QoSInfoHistory |
Thu Dec 6 2018, 01:12 PM -08:00