Paket | org.osmf.net.metrics |
Sınıf | public class BandwidthMetric |
Miras Alma | BandwidthMetric MetricBase 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 | ||
type : String [salt okunur]
The type of the metric
| MetricBase | ||
value : MetricValue [salt okunur]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase | ||
weights : Vector.<Number> [salt okunur]
The weights of the fragments (starting with the most recent)
| BandwidthMetric |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | BandwidthMetric | ||
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result.
This method is internal so it can be overriden by metric mockers,
for testing purposes
| MetricBase | ||
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 |
Korunan Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[geçersiz kıl]
Computes the value of the bandwidth (in bytes/second)
| BandwidthMetric |
Özellik Ayrıntısı
weights | özellik |
Yapıcı Ayrıntı
BandwidthMetric | () | Yapıcı |
public function BandwidthMetric(qosInfoHistory:QoSInfoHistory, weights:Vector.<Number>)
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.
ParametrelerqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
weights:Vector.<Number> — The weights of the fragments (first values are the weights of the most recent fragments)
|
Yöntem Ayrıntısı
getValueForced | () | yöntem |
override protected function getValueForced():MetricValue
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 |
Computes the value of the bandwidth (in bytes/second)
DöndürürMetricValue |
Tue Jun 12 2018, 01:09 PM Z