Pacote | org.osmf.net.metrics |
Classe | public class BandwidthMetric |
Herança | BandwidthMetric MetricBase Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
type : String [somente leitura]
The type of the metric
| MetricBase | ||
value : MetricValue [somente leitura]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase | ||
weights : Vector.<Number> [somente leitura]
The weights of the fragments (starting with the most recent)
| BandwidthMetric |
Propriedades protegidas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | BandwidthMetric | ||
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 um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Métodos protegidos
Método | Definido por | ||
---|---|---|---|
[substituir]
Computes the value of the bandwidth (in bytes/second)
| BandwidthMetric |
Detalhes da propriedade
weights | propriedade |
Detalhes do construtor
BandwidthMetric | () | Construtor |
public function BandwidthMetric(qosInfoHistory:QoSInfoHistory, weights:Vector.<Number>)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParâmetrosqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
weights:Vector.<Number> — The weights of the fragments (first values are the weights of the most recent fragments)
|
Detalhes do método
getValueForced | () | método |
override protected function getValueForced():MetricValue
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Computes the value of the bandwidth (in bytes/second)
RetornaMetricValue |
Wed Jun 13 2018, 11:10 AM Z