Paquete | org.osmf.net |
Clase | public class RuleSwitchManagerBase |
Herencia | RuleSwitchManagerBase NetStreamSwitchManagerBase EventDispatcher Object |
Subclases | DefaultHTTPStreamingSwitchManager |
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 |
SwitchManger manages the Adaptive Bitrate experience. It is responsible with putting all the required components together.
Elementos de API relacionados
org.osmf.net.abr.MetricBase
org.osmf.net.abr.RuleBase
org.osmf.net.abr.RuleBase
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
actualIndex : int [solo lectura]
The index of the currently downloading quality level
| RuleSwitchManagerBase | ||
autoSwitch : Boolean [override] | RuleSwitchManagerBase | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentIndex : uint [override] [solo lectura] | RuleSwitchManagerBase | ||
emergencyRules : Vector.<RuleBase> [solo lectura]
Array of normal rules to be used in the algorithm. | RuleSwitchManagerBase | ||
maxAllowedIndex : int
The highest stream index that the switching manager is
allowed to switch to. | NetStreamSwitchManagerBase | ||
metricRepository : MetricRepository [solo lectura]
The metric repository responsible with providing the metrics
| RuleSwitchManagerBase |
Propiedades protegidas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
RuleSwitchManagerBase(notifier:EventDispatcher, switcher:NetStreamSwitcher, metricRepository:MetricRepository, emergencyRules:Vector.<RuleBase> = null, autoSwitch:Boolean = true)
Constructor. | RuleSwitchManagerBase | ||
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 | ||
Returns an index that satisfies the maxBitrate constraint
| RuleSwitchManagerBase | ||
Computes the necessary rules and metrics and determines the index to switch to. | RuleSwitchManagerBase | ||
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 | ||
[override] | RuleSwitchManagerBase | ||
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 |
Eventos
Información sobre propiedades
actualIndex | propiedad |
autoSwitch | propiedad |
currentIndex | propiedad |
emergencyRules | propiedad |
emergencyRules:Vector.<RuleBase>
[solo lectura] 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 |
Array of normal rules to be used in the algorithm. An emergency rule can only recommend lower bitrates than the current one.
Implementación
public function get emergencyRules():Vector.<RuleBase>
metricRepository | propiedad |
metricRepository:MetricRepository
[solo lectura] 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 |
The metric repository responsible with providing the metrics
Implementación
public function get metricRepository():MetricRepository
Información sobre constructores
RuleSwitchManagerBase | () | Información sobre |
public function RuleSwitchManagerBase(notifier:EventDispatcher, switcher:NetStreamSwitcher, metricRepository:MetricRepository, emergencyRules:Vector.<RuleBase> = null, autoSwitch:Boolean = true)
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 |
Constructor.
Parámetrosnotifier:EventDispatcher — An object that dispatches the HTTPStreamingEvent.RUN_ALGORITHM event
| |
switcher:NetStreamSwitcher — The NetStreamSwitcher to use for switching
| |
metricRepository:MetricRepository — The repository responsible with providing metrics
| |
emergencyRules:Vector.<RuleBase> (default = null ) — Array of rules to be used in the algorithm.
An emergency rule can only recommend lower bitrates than the current one.
| |
autoSwitch:Boolean (default = true ) — Flag deciding whether autoSwitch should be enabled
|
Información sobre métodos
getNewEmergencyIndex | () | método |
getNewIndex | () | método |
public function getNewIndex():uint
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 |
Computes the necessary rules and metrics and determines the index to switch to. The index must be a valid one (it can be higher than maxAllowedIndex, but it should be a real index that is available)
Valor devueltouint |
switchTo | () | método |
Tue Jun 12 2018, 02:12 PM Z