Paquete | org.osmf.net |
Clase | public class SwitchingRuleBase |
Herencia | SwitchingRuleBase Object |
Subclases | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Propiedades protegidas
Propiedad | Definido por | ||
---|---|---|---|
metrics : NetStreamMetricsBase [solo lectura]
The provider of metrics which the rule can use to determine
whether to suggest a switch. | SwitchingRuleBase |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
Constructor. | SwitchingRuleBase | ||
Returns the index value in the active DynamicStreamingResource to
which this switching rule thinks the bitrate should shift. | SwitchingRuleBase | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
metrics | propiedad |
metrics:NetStreamMetricsBase
[solo lectura] The provider of metrics which the rule can use to determine whether to suggest a switch.
Implementación
protected function get metrics():NetStreamMetricsBase
Información sobre constructores
SwitchingRuleBase | () | Información sobre |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
Parámetrosmetrics:NetStreamMetricsBase — Provider of runtime metrics.
|
Información sobre métodos
getNewIndex | () | método |
public function getNewIndex():int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Returns the index value in the active DynamicStreamingResource to which this switching rule thinks the bitrate should shift. It's up to the calling function to act on this. This index will range in value from -1 to n-1,where n is the number of bitrate items available. A value of -1 means that this rule does not suggest a switch away from the current item. A value from 0 to n-1 indicates that the caller should switch to that index immediately.
Valor devueltoint |
Tue Jun 12 2018, 02:12 PM Z