Paket | org.osmf.net.rules |
Sınıf | public class EmptyBufferRule |
Miras Alma | EmptyBufferRule 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 | ||
metricRepository : MetricRepository [salt okunur]
The metric repository. | RuleBase | ||
scaleDownFactor : Number
The factor to be applied to the current downloading bitrate in order to compute this
rule's recommendation
| EmptyBufferRule |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | EmptyBufferRule | ||
[geçersiz kıl]
The recommendation
| EmptyBufferRule | ||
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ı
scaleDownFactor | özellik |
scaleDownFactor: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 factor to be applied to the current downloading bitrate in order to compute this rule's recommendation
Uygulama
public function get scaleDownFactor():Number
public function set scaleDownFactor(value:Number):void
Atar
ArgumentError — If the scaleDownFactor is set to a value outside
the [0, 1] interval (inclusive)
|
Yapıcı Ayrıntı
EmptyBufferRule | () | Yapıcı |
public function EmptyBufferRule(metricRepository:MetricRepository, scaleDownFactor: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
| |
scaleDownFactor:Number — The factor to be applied to the current downloading bitrate
in order to compute this rule's recommendation
|
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