Paquete | org.osmf.net.metrics |
Clase | public class DroppedFPSMetric |
Herencia | DroppedFPSMetric MetricBase Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
desiredSampleLength : Number
The desired length of the content (in seconds) on which the metric is computed
| DroppedFPSMetric | ||
type : String [solo lectura]
The type of the metric
| MetricBase | ||
value : MetricValue [solo lectura]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase |
Propiedades protegidas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Métodos protegidos
Método | Definido por | ||
---|---|---|---|
[override]
Computes the value of the dropped FPS (no caching)
| DroppedFPSMetric |
Información sobre propiedades
desiredSampleLength | propiedad |
desiredSampleLength:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The desired length of the content (in seconds) on which the metric is computed
Implementación
public function get desiredSampleLength():Number
public function set desiredSampleLength(value:Number):void
Información sobre constructores
DroppedFPSMetric | () | Información sobre |
public function DroppedFPSMetric(qosInfoHistory:QoSInfoHistory, desiredSampleLength:Number = 10)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
ParámetrosqosInfoHistory: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
|
Información sobre métodos
getValueForced | () | método |
override protected function getValueForced():MetricValue
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Computes the value of the dropped FPS (no caching)
Valor devueltoMetricValue — The value of the dropped FPS
|
Tue Jun 12 2018, 02:12 PM Z