Paquete | org.osmf.net.metrics |
Clase | public class ActualBitrateMetric |
Herencia | ActualBitrateMetric 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 | ||
maxFragments : uint
The maximum number of fragments on which to compute the metric. | ActualBitrateMetric | ||
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. | ActualBitrateMetric | ||
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 actual bitrate (in kbps) of the currently downloading quality level
| ActualBitrateMetric |
Información sobre propiedades
maxFragments | propiedad |
maxFragments:uint
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 maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments
fragments are available in the QoSInfoHistory.
Implementación
public function get maxFragments():uint
public function set maxFragments(value:uint):void
Información sobre constructores
ActualBitrateMetric | () | Información sobre |
public function ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)
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
| |
maxFragments:uint (default = 5 ) — The maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments fragments are available in the QoSInfoHistory.
|
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 actual bitrate (in kbps) of the currently downloading quality level
Valor devueltoMetricValue |
Tue Jun 12 2018, 02:12 PM Z