Pakket | org.osmf.net.metrics |
Klasse | public class ActualBitrateMetric |
Overerving | ActualBitrateMetric MetricBase Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
maxFragments : uint
The maximum number of fragments on which to compute the metric. | ActualBitrateMetric | ||
type : String [alleen-lezen]
The type of the metric
| MetricBase | ||
value : MetricValue [alleen-lezen]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase |
Beschermde eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ActualBitrateMetric | ||
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result.
This method is internal so it can be overriden by metric mockers,
for testing purposes
| MetricBase | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Beschermde methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
[overschrijven]
Computes the value of the actual bitrate (in kbps) of the currently downloading quality level
| ActualBitrateMetric |
Eigenschapdetails
maxFragments | eigenschap |
maxFragments:uint
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments
fragments are available in the QoSInfoHistory.
Implementatie
public function get maxFragments():uint
public function set maxFragments(value:uint):void
Constructordetails
ActualBitrateMetric | () | Constructor |
public function ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
maxFragments:uint (default = 5 ) — The maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments fragments are available in the QoSInfoHistory.
|
Methodedetails
getValueForced | () | methode |
override protected function getValueForced():MetricValue
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Computes the value of the actual bitrate (in kbps) of the currently downloading quality level
Geretourneerde waardeMetricValue |
Wed Jun 13 2018, 11:42 AM Z