Paquete | org.osmf.net.httpstreaming |
Clase | public class HTTPStreamingNetLoader |
Herencia | 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 |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
![]() | 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 | |
![]() |
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 | |
![]() |
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 | |
![]() |
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 | ||
---|---|---|---|
![]() |
The factory function for creating a NetStream. | NetLoader | |
![]() | createNetStreamSwitchManager(connection:NetConnection, netStream:NetStream, dsResource:DynamicStreamingResource):NetStreamSwitchManagerBase
The factory function for creating a NetStreamSwitchManagerBase. | NetLoader | |
![]() |
Attempts to reconnect the specified NetConnection to the specified
URL. | NetLoader |
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
Información sobre métodos
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