Paquete | org.osmf.net.httpstreaming |
Clase | public class HTTPStreamingNetLoader |
Herencia | HTTPStreamingNetLoader NetLoader LoaderBase EventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades 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 un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Loads the specified LoadTrait. | LoaderBase | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | 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ática] | HTTPStreamingNetLoader | ||
AFTER_UP_SWITCH_BANDWIDTH_BUFFER_RULE_MIN_RATIO : Number = 0.5 [estática] | HTTPStreamingNetLoader | ||
BANDWIDTH_BUFFER_RULE_BUFFER_FRAGMENTS_THRESHOLD : uint = 2 [estática] | HTTPStreamingNetLoader | ||
BANDWIDTH_BUFFER_RULE_WEIGHTS : Vector.<Number> [estática] | HTTPStreamingNetLoader | ||
EMPTY_BUFFER_RULE_SCALE_DOWN_FACTOR : Number = 0.4 [estática] | HTTPStreamingNetLoader |
Información sobre constructores
HTTPStreamingNetLoader | () | Información sobre |
public function HTTPStreamingNetLoader()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
Información sobre métodos
createMetricFactory | () | método |
protected function createMetricFactory(netStreamQoSInfoHistory:QoSInfoHistory):MetricFactory
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | 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
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | 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 |
Información sobre constantes
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
Tue Jun 12 2018, 02:12 PM Z