| 包 | flash.net.drm |
| 类 | public final class LoadVoucherSetting |
| 继承 | LoadVoucherSetting Object |
| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
loadVoucher() 方法的 DRMManager settings 参数配合使用的选项。
| 常量 | 定义方 | ||
|---|---|---|---|
[静态] 只要有可能,就从本地缓存加载凭证。 | LoadVoucherSetting | ||
[静态] 只从媒体权限服务器下载凭证。 | LoadVoucherSetting | ||
[静态] 只从本地缓存加载凭证。 | LoadVoucherSetting | ||
| 常量 |
public static const ALLOW_SERVER:String = "allowServer"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
只要有可能,就从本地缓存加载凭证。只有不存在本地缓存的副本时,才从媒体权限服务器下载凭证。
| 常量 |
public static const FORCE_REFRESH:String = "forceRefresh"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
只从媒体权限服务器下载凭证。不从本地缓存加载凭证。
| 常量 |
public static const LOCAL_ONLY:String = "localOnly"| 语言版本: | ActionScript 3.0 |
| 运行时版本: | AIR 1.5 |
只从本地缓存加载凭证。不从媒体权限服务器下载凭证。