ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
org.osmf.net.metrics 

ActualBitrateMetric  - AS3 OSMF

Pakietorg.osmf.net.metrics
Klasapublic class ActualBitrateMetric
DziedziczenieActualBitrateMetric Inheritance MetricBase Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 2.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

Metric computing the actual bitrate of the currently downloading quality level. This metric's type is MetricType.ACTUAL_BITRATE (org.osmf.net.abr.metrics.actualBitrate)



Właściwości publiczne
 WłaściwośćZdefiniowane przez
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  maxFragments : uint
The maximum number of fragments on which to compute the metric.
ActualBitrateMetric
 Inheritedtype : String
[tylko do odczytu] The type of the metric
MetricBase
 Inheritedvalue : MetricValue
[tylko do odczytu] The value of this metric If the value has already been computed for the most recent QoSInfo, return the cached result.
MetricBase
Właściwości chronione
 WłaściwośćZdefiniowane przez
 InheritedqosInfoHistory : QoSInfoHistory
[tylko do odczytu] The QoSInfoHistory object used to compute the metric.
MetricBase
Metody publiczne
 MetodaZdefiniowane przez
  
ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)
Constructor.
ActualBitrateMetric
 Inherited
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
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Metody chronione
 MetodaZdefiniowane przez
  
[przesłanianie] Computes the value of the actual bitrate (in kbps) of the currently downloading quality level
ActualBitrateMetric
Szczegół właściwości

maxFragments

właściwość
maxFragments:uint

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 2.0
Wersje środowiska wykonawczego: 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.



Implementacja
    public function get maxFragments():uint
    public function set maxFragments(value:uint):void
Konstruktor Szczegół

ActualBitrateMetric

()Konstruktor
public function ActualBitrateMetric(qosInfoHistory:QoSInfoHistory, maxFragments:uint = 5)

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 2.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

Constructor.

Parametry
qosInfoHistory: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.
Szczegół metody

getValueForced

()metoda
override protected function getValueForced():MetricValue

Wersja języka: ActionScript 3.0
Wersja produktu: OSMF 2.0
Wersje środowiska wykonawczego: Flash Player 10, AIR 1.5

Computes the value of the actual bitrate (in kbps) of the currently downloading quality level

Zwraca
MetricValue




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.