Pakket | org.osmf.net.qos |
Klasse | public class QoSInfoHistory |
Overerving | QoSInfoHistory Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
length : uint [alleen-lezen]
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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DEFAULT_HISTORY_LENGTH : Number = 10 [statisch] | QoSInfoHistory |
Eigenschapdetails
length | eigenschap |
maxHistoryLength | eigenschap |
maxHistoryLength:uint
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | 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).
Implementatie
public function get maxHistoryLength():uint
public function set maxHistoryLength(value:uint):void
Constructordetails
QoSInfoHistory | () | Constructor |
public function QoSInfoHistory(netStream:NetStream, maxHistoryLength:uint)
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersnetStream:NetStream — The NetStream instance that will be providing the QoS information
| |
maxHistoryLength:uint (default = NaN ) — The maximum number of records to keep
|
Methodedetails
flush | () | methode |
public function flush():void
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Erases the history
getHistory | () | methode |
public function getHistory(count:uint = 0):Vector.<QoSInfo>
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 2.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Returns an array with the most recent QoSInfo records
Parameters
count:uint (default = 0 ) — the maximum length of the history
|
Vector.<QoSInfo> |
getLatestQoSInfo | () | methode |
Constantedetails
DEFAULT_HISTORY_LENGTH | Constante |
public static const DEFAULT_HISTORY_LENGTH:Number = 10
Wed Jun 13 2018, 11:42 AM Z