Pacote | org.osmf.net.httpstreaming |
Classe | public class HTTPStreamingNetLoader |
Herança | HTTPStreamingNetLoader NetLoader LoaderBase EventDispatcher Object |
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
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | HTTPStreamingNetLoader | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra um objeto de ouvinte de evento em um objeto EventDispatcher, de forma que o ouvinte receba a notificação de um evento. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Envia um evento para o fluxo de eventos. | EventDispatcher | ||
Verifica se o objeto EventDispatcher tem ouvintes registrados para um tipo específico de evento. | EventDispatcher | ||
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 | ||
Loads the specified LoadTrait. | LoaderBase | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Remove um ouvinte do objeto EventDispatcher. | EventDispatcher | ||
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 | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
Verifica se um ouvinte de evento está registrado nesse objeto EventDispatcher ou em qualquer um de seus ancestrais para o tipo de evento especificado. | EventDispatcher |
Métodos protegidos
Método | Definido por | ||
---|---|---|---|
Creates a MetricFactory to be used in Adaptive Bitrate switching for
instantiating metrics. | HTTPStreamingNetLoader | ||
The factory function for creating a NetStream. | NetLoader | ||
Creates a QoSInfoHistory to be used in Adaptive Bitrate switching
by the metrics. | HTTPStreamingNetLoader | ||
createNetStreamSwitchManager(connection:NetConnection, netStream:NetStream, dsResource:DynamicStreamingResource):NetStreamSwitchManagerBase
The factory function for creating a NetStreamSwitchManagerBase. | NetLoader | ||
Executes the load of the given LoadTrait. | LoaderBase | ||
Executes the unload of the given LoadTrait. | LoaderBase | ||
Attempts to reconnect the specified NetConnection to the specified
URL. | NetLoader | ||
Updates the given LoadTrait with the given info, and dispatches the
state change event if necessary. | LoaderBase |
Eventos
Constantes protegidas
Constante | Definido por | ||
---|---|---|---|
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD : uint = 2 [estático] | HTTPStreamingNetLoader | ||
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO : Number = 0.5 [estático] | HTTPStreamingNetLoader | ||
BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD : uint = 2 [estático] | HTTPStreamingNetLoader | ||
BANDWIDTH_BUFFER_RULE_WEIGHTS : Vector.<Number> [estático] | HTTPStreamingNetLoader | ||
EMPTY_BUFFER_RULE_SCALE_DOWN_FACTOR : Number = 0.4 [estático] | HTTPStreamingNetLoader |
Detalhes do construtor
HTTPStreamingNetLoader | () | Construtor |
public function HTTPStreamingNetLoader()
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.
Detalhes do método
createMetricFactory | () | método |
protected function createMetricFactory(netStreamQoSInfoHistory:QoSInfoHistory):MetricFactory
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Creates a MetricFactory to be used in Adaptive Bitrate switching for instantiating metrics. Subclasses may override.
Parâmetros
netStreamQoSInfoHistory:QoSInfoHistory |
MetricFactory |
createNetStreamQoSInfoHistory | () | método |
protected function createNetStreamQoSInfoHistory(netStream:NetStream):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 |
Creates a QoSInfoHistory to be used in Adaptive Bitrate switching by the metrics. Subclasses may override.
Parâmetros
netStream:NetStream |
QoSInfoHistory |
Detalhes da constante
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD | Constante |
protected static const AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD:uint = 2
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO | Constante |
protected static const AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO:Number = 0.5
BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD | Constante |
protected static const BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD:uint = 2
BANDWIDTH_BUFFER_RULE_WEIGHTS | Constante |
EMPTY_BUFFER_RULE_SCALE_DOWN_FACTOR | Constante |
protected static const EMPTY_BUFFER_RULE_SCALE_DOWN_FACTOR:Number = 0.4
Wed Jun 13 2018, 11:10 AM Z