| Paquete | org.osmf.net.qos |
| Clase | public class QoSInfoHistory |
| Herencia | QoSInfoHistory 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 | ||
|---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
| length : uint [solo lectura]
Returns the length of the history
| QoSInfoHistory | ||
| maxHistoryLength : uint
The maximum number of records to keep.
Setting it to a value smaller than the current
number of records results in the overflowing records
being removed (the oldest). | QoSInfoHistory | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | QoSInfoHistory | ||
Erases the history
| QoSInfoHistory | ||
Returns an array with the most recent QoSInfo records
| QoSInfoHistory | ||
Returns the most recent QoSInfo in the history
| QoSInfoHistory | ||
![]() |
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 | |
![]() |
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 | |
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| DEFAULT_HISTORY_LENGTH : Number = 10 [estática] | QoSInfoHistory | ||
Información sobre propiedades
length | propiedad |
maxHistoryLength | propiedad |
maxHistoryLength: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 |
The maximum number of records to keep. Setting it to a value smaller than the current number of records results in the overflowing records being removed (the oldest).
Implementación
public function get maxHistoryLength():uint public function set maxHistoryLength(value:uint):voidInformación sobre constructores
QoSInfoHistory | () | Información sobre |
public function QoSInfoHistory(netStream:NetStream, maxHistoryLength: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 |
Constructor.
ParámetrosnetStream:NetStream — The NetStream instance that will be providing the QoS information
| |
maxHistoryLength:uint (default = NaN) — The maximum number of records to keep
|
Información sobre métodos
flush | () | método |
public function flush():void| 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 |
Erases the history
getHistory | () | método |
public function getHistory(count:uint = 0):Vector.<QoSInfo>| 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 |
Returns an array with the most recent QoSInfo records
Parámetros
count:uint (default = 0) — the maximum length of the history
|
Vector.<QoSInfo> |
getLatestQoSInfo | () | método |
Información sobre constantes
DEFAULT_HISTORY_LENGTH | Constante |
public static const DEFAULT_HISTORY_LENGTH:Number = 10Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas