Pakket | org.osmf.net |
Klasse | public class SwitchingRuleBase |
Overerving | SwitchingRuleBase Object |
Subklassen | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Beschermde eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
metrics : NetStreamMetricsBase [alleen-lezen]
The provider of metrics which the rule can use to determine
whether to suggest a switch. | SwitchingRuleBase |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
Constructor. | SwitchingRuleBase | ||
Returns the index value in the active DynamicStreamingResource to
which this switching rule thinks the bitrate should shift. | SwitchingRuleBase | ||
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 |
Eigenschapdetails
metrics | eigenschap |
metrics:NetStreamMetricsBase
[alleen-lezen] The provider of metrics which the rule can use to determine whether to suggest a switch.
Implementatie
protected function get metrics():NetStreamMetricsBase
Constructordetails
SwitchingRuleBase | () | Constructor |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor.
Parametersmetrics:NetStreamMetricsBase — Provider of runtime metrics.
|
Methodedetails
getNewIndex | () | methode |
public function getNewIndex():int
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | 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.
Geretourneerde waardeint |
Wed Jun 13 2018, 11:42 AM Z