Paket | org.osmf.net.rules |
Sınıf | public class DroppedFPSRule |
Miras Alma | DroppedFPSRule RuleBase 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 to compute the dropped FPS metric
| DroppedFPSRule | ||
maximumDroppedFPSRatio : Number
The maximum acceptable ratio of dropped FPS (droppedFPS / FPS)
| DroppedFPSRule | ||
metricRepository : MetricRepository [salt okunur]
The metric repository. | RuleBase |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
DroppedFPSRule(metricRepository:MetricRepository, desiredSampleLength:Number, maximumDroppedFPSRatio:Number)
Constructor. | DroppedFPSRule | ||
[geçersiz kıl]
The recommendation
| DroppedFPSRule | ||
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 |
Ö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 to compute the dropped FPS metric
Uygulama
public function get desiredSampleLength():Number
public function set desiredSampleLength(value:Number):void
Atar
ArgumentError — If the desiredSampleLength is set to NaN, zero or a negative number
|
maximumDroppedFPSRatio | özellik |
maximumDroppedFPSRatio: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 maximum acceptable ratio of dropped FPS (droppedFPS / FPS)
Uygulama
public function get maximumDroppedFPSRatio():Number
public function set maximumDroppedFPSRatio(value:Number):void
Atar
ArgumentError — If the maximumDroppedFramesRatio is set to a value outside
the [0, 1] interval (inclusive)
|
Yapıcı Ayrıntı
DroppedFPSRule | () | Yapıcı |
public function DroppedFPSRule(metricRepository:MetricRepository, desiredSampleLength:Number, maximumDroppedFPSRatio: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.
ParametrelermetricRepository:MetricRepository — The metric repository from which to retrieve the necessary metrics
| |
desiredSampleLength:Number — The desired length of the content (in seconds) on which to compute the dropped FPS metric
| |
maximumDroppedFPSRatio:Number — The maximum acceptable ratio of dropped FPS (droppedFPS / FPS)
|
Yöntem Ayrıntısı
getRecommendation | () | yöntem |
override public function getRecommendation():Recommendation
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 recommendation
DöndürürRecommendation |
Tue Jun 12 2018, 01:09 PM Z