Paket | org.osmf.net.metrics |
Sınıf | public class ActualBitrateMetric |
Miras Alma | ActualBitrateMetric MetricBase 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 | ||
maxFragments : uint
The maximum number of fragments on which to compute the metric. | ActualBitrateMetric | ||
type : String [salt okunur]
The type of the metric
| MetricBase | ||
value : MetricValue [salt okunur]
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result. | MetricBase |
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | ActualBitrateMetric | ||
The value of this metric
If the value has already been computed for the most recent QoSInfo,
return the cached result.
This method is internal so it can be overriden by metric mockers,
for testing purposes
| MetricBase | ||
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 |
Korunan Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
[geçersiz kıl]
Computes the value of the actual bitrate (in kbps) of the currently downloading quality level
| ActualBitrateMetric |
Özellik Ayrıntısı
maxFragments | özellik |
maxFragments:uint
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 maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments
fragments are available in the QoSInfoHistory.
Uygulama
public function get maxFragments():uint
public function set maxFragments(value:uint):void
Yapıcı Ayrıntı
ActualBitrateMetric | () | Yapıcı |
public function ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)
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.
ParametrelerqosInfoHistory:QoSInfoHistory — The QoSInfoHistory to be used for computing the metric
| |
maxFragments:uint (default = 5 ) — The maximum number of fragments on which to compute the metric.
The metric will be computed on a lower number of fragments, if less than
maxFragments fragments are available in the QoSInfoHistory.
|
Yöntem Ayrıntısı
getValueForced | () | yöntem |
override protected function getValueForced():MetricValue
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 |
Computes the value of the actual bitrate (in kbps) of the currently downloading quality level
DöndürürMetricValue |
Tue Jun 12 2018, 01:09 PM Z