Pacchetto | org.osmf.net.rtmpstreaming |
Classe | public class DroppedFramesRule |
Ereditarietà | DroppedFramesRule SwitchingRuleBase Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 | ||
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 | ||
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 |
Descrizione della funzione di costruzione
DroppedFramesRule | () | Funzione di costruzione |
public function DroppedFramesRule(metrics:NetStreamMetricsBase, downSwitchByOne:int = 10, downSwitchByTwo:int = 20, downSwitchToZero:int = 24)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrimetrics: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, 02:44 PM Z