Pacote | org.osmf.net |
Classe | public class SwitchingRuleBase |
Herança | SwitchingRuleBase Object |
Subclasses | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Propriedades protegidas
Propriedade | Definido por | ||
---|---|---|---|
metrics : NetStreamMetricsBase [somente leitura]
The provider of metrics which the rule can use to determine
whether to suggest a switch. | SwitchingRuleBase |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
Constructor. | SwitchingRuleBase | ||
Returns the index value in the active DynamicStreamingResource to
which this switching rule thinks the bitrate should shift. | SwitchingRuleBase | ||
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 |
Detalhes da propriedade
metrics | propriedade |
metrics:NetStreamMetricsBase
[somente leitura] The provider of metrics which the rule can use to determine whether to suggest a switch.
Implementação
protected function get metrics():NetStreamMetricsBase
Detalhes do construtor
SwitchingRuleBase | () | Construtor |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parâmetrosmetrics:NetStreamMetricsBase — Provider of runtime metrics.
|
Detalhes do método
getNewIndex | () | método |
public function getNewIndex():int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Returns the index value in the active DynamicStreamingResource to which this switching rule thinks the bitrate should shift. It's up to the calling function to act on this. This index will range in value from -1 to n-1,where n is the number of bitrate items available. A value of -1 means that this rule does not suggest a switch away from the current item. A value from 0 to n-1 indicates that the caller should switch to that index immediately.
Retornaint |
Wed Jun 13 2018, 11:10 AM Z