Paket | org.osmf.net.qos |
Sınıf | public class QoSInfoHistory |
Miras Alma | QoSInfoHistory Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
length : uint [salt okunur]
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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
DEFAULT_HISTORY_LENGTH : Number = 10 [statik] | QoSInfoHistory |
Özellik Ayrıntısı
length | özellik |
maxHistoryLength | özellik |
maxHistoryLength:uint
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | 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).
Uygulama
public function get maxHistoryLength():uint
public function set maxHistoryLength(value:uint):void
Yapıcı Ayrıntı
QoSInfoHistory | () | Yapıcı |
public function QoSInfoHistory(netStream:NetStream, maxHistoryLength:uint)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrelernetStream:NetStream — The NetStream instance that will be providing the QoS information
| |
maxHistoryLength:uint (default = NaN ) — The maximum number of records to keep
|
Yöntem Ayrıntısı
flush | () | yöntem |
public function flush():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Erases the history
getHistory | () | yöntem |
public function getHistory(count:uint = 0):Vector.<QoSInfo>
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns an array with the most recent QoSInfo records
Parametreler
count:uint (default = 0 ) — the maximum length of the history
|
Vector.<QoSInfo> |
getLatestQoSInfo | () | yöntem |
Sabit Ayrıntısı
DEFAULT_HISTORY_LENGTH | Sabit |
public static const DEFAULT_HISTORY_LENGTH:Number = 10
Tue Jun 12 2018, 01:09 PM Z