Paket | org.osmf.net.rtmpstreaming |
Sınıf | public class InsufficientBandwidthRule |
Miras Alma | InsufficientBandwidthRule SwitchingRuleBase Object |
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 |
When comparing stream bitrates to available bandwidth, the class uses a "bitrate multiplier" against which the stream bitrate is multiplied.
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
InsufficientBandwidthRule(metrics:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics, bitrateMultiplier:Number = 1.15)
Constructor. | InsufficientBandwidthRule | ||
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 |
Yapıcı Ayrıntı
InsufficientBandwidthRule | () | Yapıcı |
public function InsufficientBandwidthRule(metrics:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics, bitrateMultiplier:Number = 1.15)
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:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics — The metrics provider used by this rule to determine
whether to switch.
| |
bitrateMultiplier:Number (default = 1.15 ) — A multiplier that is used when the stream
bitrate is compared against available bandwidth. The stream bitrate
is multiplied by this amount. The default is 1.15.
|
Tue Jun 12 2018, 01:09 PM Z