Paquete | org.osmf.net.rtmpstreaming |
Clase | public class InsufficientBandwidthRule |
Herencia | InsufficientBandwidthRule SwitchingRuleBase Object |
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 |
When comparing stream bitrates to available bandwidth, the class uses a "bitrate multiplier" against which the stream bitrate is multiplied.
Propiedades públicas
Propiedades protegidas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
InsufficientBandwidthRule(metrics:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics, bitrateMultiplier:Number = 1.15)
Constructor. | InsufficientBandwidthRule | ||
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 constructores
InsufficientBandwidthRule | () | Información sobre |
public function InsufficientBandwidthRule(metrics:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics, bitrateMultiplier:Number = 1.15)
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:org.osmf.net.rtmpstreaming:RTMPNetStreamMetrics — The metrics provider used by this rule to determine
whether to switch.
| |
bitrateMultiplier:Number (default = 1.15 ) — A multiplier that is used when the stream
bitrate is compared against available bandwidth. The stream bitrate
is multiplied by this amount. The default is 1.15.
|
Tue Jun 12 2018, 02:12 PM Z