Pacote | org.osmf.net.metrics |
Classe | public class ActualBitrateMetric |
Herança | ActualBitrateMetric 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 | ||
maxFragments : uint
The maximum number of fragments on which to compute the metric. | ActualBitrateMetric | ||
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 |
Propriedades 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 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 actual bitrate (in kbps) of the currently downloading quality level
| ActualBitrateMetric |
Detalhes da propriedade
maxFragments | propriedade |
maxFragments:uint
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | 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.
Implementação
public function get maxFragments():uint
public function set maxFragments(value:uint):void
Detalhes do construtor
ActualBitrateMetric | () | Construtor |
public function ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)
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
| |
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.
|
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 actual bitrate (in kbps) of the currently downloading quality level
RetornaMetricValue |
Wed Jun 13 2018, 11:10 AM Z