Pakiet | org.osmf.net.metrics |
Klasa | public class BandwidthMetric |
Dziedziczenie | BandwidthMetric MetricBase Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
type : String [tylko do odczytu]
The type of the metric
| MetricBase | ||
value : MetricValue [tylko do odczytu]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase | ||
weights : Vector.<Number> [tylko do odczytu]
The weights of the fragments (starting with the most recent)
| BandwidthMetric |
Właściwości chronione
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | BandwidthMetric | ||
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Metody chronione
Metoda | Zdefiniowane przez | ||
---|---|---|---|
[przesłanianie]
Computes the value of the bandwidth (in bytes/second)
| BandwidthMetric |
Szczegół właściwości
weights | właściwość |
Konstruktor Szczegół
BandwidthMetric | () | Konstruktor |
public function BandwidthMetric(qosInfoHistory:QoSInfoHistory, weights:Vector.<Number>)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
ParametryqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
weights:Vector.<Number> — The weights of the fragments (first values are the weights of the most recent fragments)
|
Szczegół metody
getValueForced | () | metoda |
override protected function getValueForced():MetricValue
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Computes the value of the bandwidth (in bytes/second)
ZwracaMetricValue |
Tue Jun 12 2018, 12:06 PM Z