Pacchetto | org.osmf.net.metrics |
Classe | public class DroppedFPSMetric |
Ereditarietà | DroppedFPSMetric MetricBase Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
desiredSampleLength : Number
The desired length of the content (in seconds) on which the metric is computed
| DroppedFPSMetric | ||
type : String [sola lettura]
The type of the metric
| MetricBase | ||
value : MetricValue [sola lettura]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase |
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | DroppedFPSMetric | ||
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result.
This method is internal so it can be overriden by metric mockers,
for testing purposes
| MetricBase | ||
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 |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
[override]
Computes the value of the dropped FPS (no caching)
| DroppedFPSMetric |
Descrizione delle proprietà
desiredSampleLength | proprietà |
desiredSampleLength:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The desired length of the content (in seconds) on which the metric is computed
Implementazione
public function get desiredSampleLength():Number
public function set desiredSampleLength(value:Number):void
Descrizione della funzione di costruzione
DroppedFPSMetric | () | Funzione di costruzione |
public function DroppedFPSMetric(qosInfoHistory:QoSInfoHistory, desiredSampleLength:Number = 10)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametriqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
desiredSampleLength:Number (default = 10 ) — The desired length of the content (in seconds) on which the metric is computed
|
Descrizione dei metodi
getValueForced | () | metodo |
override protected function getValueForced():MetricValue
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Computes the value of the dropped FPS (no caching)
RestituisceMetricValue — The value of the dropped FPS
|
Tue Jun 12 2018, 02:44 PM Z