Pakiet | org.osmf.net |
Klasa | public class SwitchingRuleBase |
Dziedziczenie | SwitchingRuleBase Object |
Podklasy | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Właściwości chronione
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
metrics : NetStreamMetricsBase [tylko do odczytu]
The provider of metrics which the rule can use to determine
whether to suggest a switch. | SwitchingRuleBase |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
Constructor. | SwitchingRuleBase | ||
Returns the index value in the active DynamicStreamingResource to
which this switching rule thinks the bitrate should shift. | SwitchingRuleBase | ||
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
metrics | właściwość |
metrics:NetStreamMetricsBase
[tylko do odczytu] The provider of metrics which the rule can use to determine whether to suggest a switch.
Implementacja
protected function get metrics():NetStreamMetricsBase
Konstruktor Szczegół
SwitchingRuleBase | () | Konstruktor |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrymetrics:NetStreamMetricsBase — Provider of runtime metrics.
|
Szczegół metody
getNewIndex | () | metoda |
public function getNewIndex():int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Returns the index value in the active DynamicStreamingResource to which this switching rule thinks the bitrate should shift. It's up to the calling function to act on this. This index will range in value from -1 to n-1,where n is the number of bitrate items available. A value of -1 means that this rule does not suggest a switch away from the current item. A value from 0 to n-1 indicates that the caller should switch to that index immediately.
Zwracaint |
Tue Jun 12 2018, 12:06 PM Z