Pakiet | org.osmf.net |
Klasa | public class RuleSwitchManagerBase |
Dziedziczenie | RuleSwitchManagerBase NetStreamSwitchManagerBase EventDispatcher Object |
Podklasy | DefaultHTTPStreamingSwitchManager |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
SwitchManger manages the Adaptive Bitrate experience. It is responsible with putting all the required components together.
Powiązane elementy interfejsu API
org.osmf.net.abr.MetricBase
org.osmf.net.abr.RuleBase
org.osmf.net.abr.RuleBase
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
actualIndex : int [tylko do odczytu]
The index of the currently downloading quality level
| RuleSwitchManagerBase | ||
autoSwitch : Boolean [przesłanianie] | RuleSwitchManagerBase | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentIndex : uint [przesłanianie] [tylko do odczytu] | RuleSwitchManagerBase | ||
emergencyRules : Vector.<RuleBase> [tylko do odczytu]
Array of normal rules to be used in the algorithm. | RuleSwitchManagerBase | ||
maxAllowedIndex : int
The highest stream index that the switching manager is
allowed to switch to. | NetStreamSwitchManagerBase | ||
metricRepository : MetricRepository [tylko do odczytu]
The metric repository responsible with providing the metrics
| RuleSwitchManagerBase |
Właściwości chronione
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
RuleSwitchManagerBase(notifier:EventDispatcher, switcher:NetStreamSwitcher, metricRepository:MetricRepository, emergencyRules:Vector.<RuleBase> = null, autoSwitch:Boolean = true)
Constructor. | RuleSwitchManagerBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Returns an index that satisfies the maxBitrate constraint
| RuleSwitchManagerBase | ||
Computes the necessary rules and metrics and determines the index to switch to. | RuleSwitchManagerBase | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
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 | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
[przesłanianie] | RuleSwitchManagerBase | ||
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 | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Zdarzenia
Szczegół właściwości
actualIndex | właściwość |
autoSwitch | właściwość |
currentIndex | właściwość |
emergencyRules | właściwość |
emergencyRules:Vector.<RuleBase>
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Array of normal rules to be used in the algorithm. An emergency rule can only recommend lower bitrates than the current one.
Implementacja
public function get emergencyRules():Vector.<RuleBase>
metricRepository | właściwość |
metricRepository:MetricRepository
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The metric repository responsible with providing the metrics
Implementacja
public function get metricRepository():MetricRepository
Konstruktor Szczegół
RuleSwitchManagerBase | () | Konstruktor |
public function RuleSwitchManagerBase(notifier:EventDispatcher, switcher:NetStreamSwitcher, metricRepository:MetricRepository, emergencyRules:Vector.<RuleBase> = null, autoSwitch:Boolean = true)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrynotifier:EventDispatcher — An object that dispatches the HTTPStreamingEvent.RUN_ALGORITHM event
| |
switcher:NetStreamSwitcher — The NetStreamSwitcher to use for switching
| |
metricRepository:MetricRepository — The repository responsible with providing metrics
| |
emergencyRules:Vector.<RuleBase> (default = null ) — Array of rules to be used in the algorithm.
An emergency rule can only recommend lower bitrates than the current one.
| |
autoSwitch:Boolean (default = true ) — Flag deciding whether autoSwitch should be enabled
|
Szczegół metody
getNewEmergencyIndex | () | metoda |
getNewIndex | () | metoda |
public function getNewIndex():uint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Computes the necessary rules and metrics and determines the index to switch to. The index must be a valid one (it can be higher than maxAllowedIndex, but it should be a real index that is available)
Zwracauint |
switchTo | () | metoda |
Tue Jun 12 2018, 12:06 PM Z