Pacchetto | org.osmf.net |
Classe | public class NetStreamMetricsBase |
Ereditarietà | NetStreamMetricsBase EventDispatcher Object |
Sottoclassi | RTMPNetStreamMetrics |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
averageDroppedFPS : Number [sola lettura]
The average frame-drop rate calculated over the life of the NetStream. | NetStreamMetricsBase | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentIndex : int
The current stream index. | NetStreamMetricsBase | ||
droppedFPS : Number [sola lettura]
The frame drop rate calculated over the last interval. | NetStreamMetricsBase | ||
maxAllowedIndex : int
The maximum allowed index value. | NetStreamMetricsBase | ||
maxFPS : Number [sola lettura]
The maximum achieved frame rate for this NetStream. | NetStreamMetricsBase | ||
netStream : NetStream [sola lettura]
The NetStream object supplied to the constructor. | NetStreamMetricsBase | ||
resource : DynamicStreamingResource
Returns the DynamicStreamingResource which the class is referencing. | NetStreamMetricsBase | ||
updateInterval : Number
The update interval (in milliseconds) at which metrics are recalculated. | NetStreamMetricsBase |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
NetStreamMetricsBase(netStream:NetStream)
Constructor. | NetStreamMetricsBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
Method invoked when the metrics should be recalculated. | NetStreamMetricsBase |
Eventi
Descrizione delle proprietà
averageDroppedFPS | proprietà |
currentIndex | proprietà |
droppedFPS | proprietà |
maxAllowedIndex | proprietà |
maxFPS | proprietà |
netStream | proprietà |
resource | proprietà |
resource:DynamicStreamingResource
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns the DynamicStreamingResource which the class is referencing.
Implementazione
public function get resource():DynamicStreamingResource
public function set resource(value:DynamicStreamingResource):void
updateInterval | proprietà |
updateInterval:Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The update interval (in milliseconds) at which metrics are recalculated. If set to zero, then metrics will not be recalculated.
Implementazione
public function get updateInterval():Number
public function set updateInterval(value:Number):void
Descrizione della funzione di costruzione
NetStreamMetricsBase | () | Funzione di costruzione |
public function NetStreamMetricsBase(netStream:NetStream)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor. Note that for correct operation of this class, the caller must set the resource which the monitored stream is playing.
ParametrinetStream:NetStream — The NetStream instance the class will monitor.
|
Descrizione dei metodi
calculateMetrics | () | metodo |
protected function calculateMetrics():void
Method invoked when the metrics should be recalculated. If updateInterval is set, this method will be invoked whenever the updateInterval is reached.
Tue Jun 12 2018, 02:44 PM Z