包 | org.osmf.net |
类 | public class SwitchingRuleBase |
继承 | SwitchingRuleBase Object |
子类 | DroppedFramesRule, InsufficientBandwidthRule, InsufficientBufferRule, SufficientBandwidthRule |
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
受保护的属性
属性 | 由以下参数定义 | ||
---|---|---|---|
metrics : NetStreamMetricsBase [只读]
规则可用来确定是否建议进行切换的度量的提供程序。 | SwitchingRuleBase |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
SwitchingRuleBase(metrics:NetStreamMetricsBase)
构造函数。 | SwitchingRuleBase | ||
返回活动 DynamicStreamingResource 中的索引值,此切换规则认为比特率应移动到此 DynamicStreamingResource。 | SwitchingRuleBase | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
属性详细信息
metrics | 属性 |
metrics:NetStreamMetricsBase
[只读] 规则可用来确定是否建议进行切换的度量的提供程序。
实现
protected function get metrics():NetStreamMetricsBase
构造函数详细信息
SwitchingRuleBase | () | 构造函数 |
public function SwitchingRuleBase(metrics:NetStreamMetricsBase)
语言版本: | ActionScript 3.0 |
产品版本: | OSMF 1.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
构造函数。
参数metrics:NetStreamMetricsBase — 运行时度量的提供程序。
|
方法详细信息
getNewIndex | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z