Paket | org.osmf.net.metrics |
Sınıf | public class DroppedFPSMetric |
Miras Alma | DroppedFPSMetric 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 | ||
desiredSampleLength : Number
The desired length of the content (in seconds) on which the metric is computed
| DroppedFPSMetric | ||
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 |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | DroppedFPSMetric | ||
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 dropped FPS (no caching)
| DroppedFPSMetric |
Özellik Ayrıntısı
desiredSampleLength | özellik |
desiredSampleLength: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 |
The desired length of the content (in seconds) on which the metric is computed
Uygulama
public function get desiredSampleLength():Number
public function set desiredSampleLength(value:Number):void
Yapıcı Ayrıntı
DroppedFPSMetric | () | Yapıcı |
public function DroppedFPSMetric(qosInfoHistory:QoSInfoHistory, desiredSampleLength:Number = 10)
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
| |
desiredSampleLength:Number (default = 10 ) — The desired length of the content (in seconds) on which the metric is computed
|
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 dropped FPS (no caching)
DöndürürMetricValue — The value of the dropped FPS
|
Tue Jun 12 2018, 01:09 PM Z