Paquete | org.osmf.net |
Clase | public class NetStreamSwitcher |
Herencia | NetStreamSwitcher EventDispatcher Object |
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 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
actualIndex : int [solo lectura]
The index of the quality level currently being downloaded
| NetStreamSwitcher | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentIndex : uint [solo lectura]
Index of the quality level currently being played
| NetStreamSwitcher | ||
switching : Boolean [solo lectura]
Flag indicating whether the NetStreamSwitcher is currently in a switching process. | NetStreamSwitcher |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | NetStreamSwitcher | ||
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 | ||
Initiates a switch to the specified index
| NetStreamSwitcher | ||
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
Evento | Resumen | Definido por | ||
---|---|---|---|---|
[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos. | EventDispatcher | |||
[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos. | EventDispatcher | |||
NetStreamSwitcher |
Información sobre propiedades
actualIndex | propiedad |
currentIndex | propiedad |
switching | propiedad |
switching:Boolean
[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 |
Flag indicating whether the NetStreamSwitcher is currently in a switching process. This is set to true when a switch is initiated and is set back to false when the NetStream reports having initiated the transition (NetStatusEvent.TRANSITION).
Implementación
public function get switching():Boolean
Información sobre constructores
NetStreamSwitcher | () | Información sobre |
public function NetStreamSwitcher(netStream:NetStream, dsResource:DynamicStreamingResource)
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ámetrosnetStream:NetStream — NetStream object to be controlled
| |
dsResource:DynamicStreamingResource — The dynamic streaming resource
|
Información sobre métodos
switchTo | () | método |
Información sobre eventos
runAlgorithm | Evento |
Tue Jun 12 2018, 02:12 PM Z