Pakket | org.osmf.net.rules |
Klasse | public class BufferBandwidthRule |
Overerving | BufferBandwidthRule BandwidthRule RuleBase Object |
Subklassen | AfterUpSwitchBufferBandwidthRule |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
bufferFragmentsThreshold : Number
The number of fragments in the buffer above which no lower bitrates are recomended.
For example, assume the bandwidth has a value of 3000 kbps and the actual bitrate is 5000 kbps.
If the number of fragments in the buffer is below the threshold, the rule will recommend 3000 kbps; otherwise, it will recommend 5000 kbps
| BufferBandwidthRule | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
metricRepository : MetricRepository [alleen-lezen]
The metric repository. | RuleBase | ||
weights : Vector.<Number> [alleen-lezen]
The weights of the fragments (first values are the weights of the most recent fragments
| BandwidthRule |
Beschermde eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
BufferBandwidthRule(metricRepository:MetricRepository, weights:Vector.<Number>, bufferFragmentsThreshold:Number)
Constructor. | BufferBandwidthRule | ||
[overschrijven]
The recommendation
| BufferBandwidthRule | ||
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
bufferFragmentsThreshold | eigenschap |
bufferFragmentsThreshold:Number
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The number of fragments in the buffer above which no lower bitrates are recomended. For example, assume the bandwidth has a value of 3000 kbps and the actual bitrate is 5000 kbps. If the number of fragments in the buffer is below the threshold, the rule will recommend 3000 kbps; otherwise, it will recommend 5000 kbps
Implementatie
public function get bufferFragmentsThreshold():Number
public function set bufferFragmentsThreshold(value:Number):void
Constructordetails
BufferBandwidthRule | () | Constructor |
public function BufferBandwidthRule(metricRepository:MetricRepository, weights:Vector.<Number>, bufferFragmentsThreshold:Number)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersmetricRepository: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)
| |
bufferFragmentsThreshold:Number — The number of fragments in the buffer above which no lower bitrates are recomended.
For example, assume the bandwidth has a value of 3000 kbps and the actual bitrate is 5000 kbps.
If the number of fragments in the buffer is below the threshold, the rule will recommend 3000 kbps; otherwise, it will recommend 5000 kbps
|
Methodedetails
getRecommendation | () | methode |
override public function getRecommendation():Recommendation
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The recommendation
Geretourneerde waardeRecommendation |
Wed Jun 13 2018, 11:42 AM Z