Pakiet | org.osmf.net.qos |
Klasa | public class QoSInfoHistory |
Dziedziczenie | QoSInfoHistory Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
length : uint [tylko do odczytu]
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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
DEFAULT_HISTORY_LENGTH : Number = 10 [statyczny] | QoSInfoHistory |
Szczegół właściwości
length | właściwość |
maxHistoryLength | właściwość |
maxHistoryLength:uint
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | 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).
Implementacja
public function get maxHistoryLength():uint
public function set maxHistoryLength(value:uint):void
Konstruktor Szczegół
QoSInfoHistory | () | Konstruktor |
public function QoSInfoHistory(netStream:NetStream, maxHistoryLength:uint)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrynetStream:NetStream — The NetStream instance that will be providing the QoS information
| |
maxHistoryLength:uint (default = NaN ) — The maximum number of records to keep
|
Szczegół metody
flush | () | metoda |
public function flush():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Erases the history
getHistory | () | metoda |
public function getHistory(count:uint = 0):Vector.<QoSInfo>
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Returns an array with the most recent QoSInfo records
Parametry
count:uint (default = 0 ) — the maximum length of the history
|
Vector.<QoSInfo> |
getLatestQoSInfo | () | metoda |
Szczegół stałej
DEFAULT_HISTORY_LENGTH | Stała |
public static const DEFAULT_HISTORY_LENGTH:Number = 10
Tue Jun 12 2018, 12:06 PM Z