Paket | org.osmf.net.rules |
Sınıf | public class RuleBase |
Miras Alma | RuleBase Object |
Alt Sınıflar | BandwidthRule, DroppedFPSRule, EmptyBufferRule |
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 |
RuleBase is a base class for rules used for Adaptive Bitrate. A rule recommends a bitrate to the switch manager and a confidence in the recommended bitrate. A rule's value is computed based on the values of the metrics.
İlgili API Öğeleri
org.osmf.net.abr.Recommendation
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 |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
_metricRepository : MetricRepository | RuleBase |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
RuleBase(metricRepository:MetricRepository)
Constructor. | RuleBase | ||
Returns the recommendation of this rule
(ideal bitrate, confidence, weight)
Subclasses must implement this method. | RuleBase | ||
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ı
_metricRepository | özellik |
protected var _metricRepository:MetricRepository
metricRepository | özellik |
metricRepository:MetricRepository
[salt okunur] 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 metric repository. Required metrics are obtained from it.
Uygulama
public function get metricRepository():MetricRepository
Yapıcı Ayrıntı
RuleBase | () | Yapıcı |
public function RuleBase(metricRepository:MetricRepository)
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
|
Yöntem Ayrıntısı
getRecommendation | () | yöntem |
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 |
Returns the recommendation of this rule (ideal bitrate, confidence, weight) Subclasses must implement this method.
DöndürürRecommendation |
Tue Jun 12 2018, 01:09 PM Z