Pacchetto | org.osmf.net.qos |
Classe | public class QoSInfoHistory |
Ereditarietà | QoSInfoHistory Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
length : uint [sola lettura]
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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
DEFAULT_HISTORY_LENGTH : Number = 10 [statico] | QoSInfoHistory |
Descrizione delle proprietà
length | proprietà |
maxHistoryLength | proprietà |
maxHistoryLength:uint
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | 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).
Implementazione
public function get maxHistoryLength():uint
public function set maxHistoryLength(value:uint):void
Descrizione della funzione di costruzione
QoSInfoHistory | () | Funzione di costruzione |
public function QoSInfoHistory(netStream:NetStream, maxHistoryLength:uint)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrinetStream:NetStream — The NetStream instance that will be providing the QoS information
| |
maxHistoryLength:uint (default = NaN ) — The maximum number of records to keep
|
Descrizione dei metodi
flush | () | metodo |
public function flush():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Erases the history
getHistory | () | metodo |
public function getHistory(count:uint = 0):Vector.<QoSInfo>
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns an array with the most recent QoSInfo records
Parametri
count:uint (default = 0 ) — the maximum length of the history
|
Vector.<QoSInfo> |
getLatestQoSInfo | () | metodo |
Descrizione delle costanti
DEFAULT_HISTORY_LENGTH | Costante |
public static const DEFAULT_HISTORY_LENGTH:Number = 10
Tue Jun 12 2018, 02:44 PM Z