Paket | org.osmf.net.rtmpstreaming |
Sınıf | public class DroppedFramesRule |
Miras Alma | DroppedFramesRule 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 |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
DroppedFramesRule(metrics:NetStreamMetricsBase, downSwitchByOne:int = 10, downSwitchByTwo:int = 20, downSwitchToZero:int = 24)
Constructor. | DroppedFramesRule | ||
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ı
DroppedFramesRule | () | Yapıcı |
public function DroppedFramesRule(metrics:NetStreamMetricsBase, downSwitchByOne:int = 10, downSwitchByTwo:int = 20, downSwitchToZero:int = 24)
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 — The metrics provider used by this rule to determine
whether to switch.
| |
downSwitchByOne:int (default = 10 ) — The number of dropped frames per second that
need to occur to cause a switch down by one index.
The default is 10 frames per second.
| |
downSwitchByTwo:int (default = 20 ) — The number of dropped frames per second that
need to occur to cause a switch down by two indices.
The default is 20 frames per second.
| |
downSwitchToZero:int (default = 24 ) — The number of dropped frames per second that
need to occur to cause a switch to the lowest bitrate.
The default is 24 frames per second.
|
Tue Jun 12 2018, 01:09 PM Z