Pacchetto | org.osmf.net.rules |
Classe | public class BufferBandwidthRule |
Ereditarietà | BufferBandwidthRule BandwidthRule RuleBase Object |
Sottoclassi | AfterUpSwitchBufferBandwidthRule |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
metricRepository : MetricRepository [sola lettura]
The metric repository. | RuleBase | ||
weights : Vector.<Number> [sola lettura]
The weights of the fragments (first values are the weights of the most recent fragments
| BandwidthRule |
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
BufferBandwidthRule(metricRepository:MetricRepository, weights:Vector.<Number>, bufferFragmentsThreshold:Number)
Constructor. | BufferBandwidthRule | ||
[override]
The recommendation
| BufferBandwidthRule | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
bufferFragmentsThreshold | proprietà |
bufferFragmentsThreshold:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | 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
Implementazione
public function get bufferFragmentsThreshold():Number
public function set bufferFragmentsThreshold(value:Number):void
Descrizione della funzione di costruzione
BufferBandwidthRule | () | Funzione di costruzione |
public function BufferBandwidthRule(metricRepository:MetricRepository, weights:Vector.<Number>, bufferFragmentsThreshold:Number)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrimetricRepository: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
|
Descrizione dei metodi
getRecommendation | () | metodo |
override public function getRecommendation():Recommendation
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The recommendation
RestituisceRecommendation |
Tue Jun 12 2018, 02:44 PM Z