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