Pacote | org.osmf.net.metrics |
Classe | public class RecentSwitchMetric |
Herança | RecentSwitchMetric 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
Propriedades protegidas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
RecentSwitchMetric(qosInfoHistory:QoSInfoHistory)
Constructor. | RecentSwitchMetric | ||
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]
Specifies the difference between the indices of the last downloaded fragment
and the previous one. | RecentSwitchMetric |
Detalhes do construtor
RecentSwitchMetric | () | Construtor |
public function RecentSwitchMetric(qosInfoHistory:QoSInfoHistory)
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
|
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 |
Specifies the difference between the indices of the last downloaded fragment and the previous one. In case only one fragment is in the history, the metric will return 0.
RetornaMetricValue |
Wed Jun 13 2018, 11:10 AM Z