Paket | org.osmf.net |
Sınıf | public class SwitchingRuleBase |
Miras Alma | SwitchingRuleBase Object |
Alt Sınıflar | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
metrics : NetStreamMetricsBase [salt okunur]
The provider of metrics which the rule can use to determine
whether to suggest a switch. | SwitchingRuleBase |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
Constructor. | SwitchingRuleBase | ||
Returns the index value in the active DynamicStreamingResource to
which this switching rule thinks the bitrate should shift. | SwitchingRuleBase | ||
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ı
metrics | özellik |
metrics:NetStreamMetricsBase
[salt okunur] The provider of metrics which the rule can use to determine whether to suggest a switch.
Uygulama
protected function get metrics():NetStreamMetricsBase
Yapıcı Ayrıntı
SwitchingRuleBase | () | Yapıcı |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrelermetrics:NetStreamMetricsBase — Provider of runtime metrics.
|
Yöntem Ayrıntısı
getNewIndex | () | yöntem |
public function getNewIndex():int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns the index value in the active DynamicStreamingResource to which this switching rule thinks the bitrate should shift. It's up to the calling function to act on this. This index will range in value from -1 to n-1,where n is the number of bitrate items available. A value of -1 means that this rule does not suggest a switch away from the current item. A value from 0 to n-1 indicates that the caller should switch to that index immediately.
Döndürürint |
Tue Jun 12 2018, 01:09 PM Z