Pakiet | org.osmf.net.rules |
Klasa | public class BandwidthRule |
Dziedziczenie | BandwidthRule RuleBase Object |
Podklasy | BufferBandwidthRule |
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 | ||
metricRepository : MetricRepository [tylko do odczytu]
The metric repository. | RuleBase | ||
weights : Vector.<Number> [tylko do odczytu]
The weights of the fragments (first values are the weights of the most recent fragments
| BandwidthRule |
Właściwości chronione
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | BandwidthRule | ||
[przesłanianie]
The recommendation:
Bitrate: The value of the BandwidthMetric
Confidence: Scaled according to the weights and the number of available fragments
| BandwidthRule | ||
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 |
Szczegół właściwości
weights | właściwość |
weights:Vector.<Number>
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The weights of the fragments (first values are the weights of the most recent fragments
Implementacja
public function get weights():Vector.<Number>
Konstruktor Szczegół
BandwidthRule | () | Konstruktor |
public function BandwidthRule(metricRepository:MetricRepository, weights:Vector.<Number>)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrymetricRepository:MetricRepository — The metric repository from which to retrieve the necessary metrics
| |
weights:Vector.<Number> — The weights of the fragments (first values are the weights of the most recent fragments)
|
Szczegół metody
getRecommendation | () | metoda |
override public function getRecommendation():Recommendation
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The recommendation:
- Bitrate: The value of the BandwidthMetric
- Confidence: Scaled according to the weights and the number of available fragments
Recommendation |
Tue Jun 12 2018, 12:06 PM Z