| Package | flash.net.drm |
| Class | public final class LoadVoucherSetting |
| Inheritance | LoadVoucherSetting Object |
settings parameter of the loadVoucher() method.
| Constant | Defined By | ||
|---|---|---|---|
[static]
Load the voucher from the local cache, if possible. | LoadVoucherSetting | ||
[static]
Download the voucher from the media rights server only. | LoadVoucherSetting | ||
[static]
Load the voucher from the local cache only. | LoadVoucherSetting | ||
| Constant |
public static const ALLOW_SERVER:String = "allowServer"Load the voucher from the local cache, if possible. Download the voucher from a media rights server only if a locally cached copy does not exist.
| Constant |
public static const FORCE_REFRESH:String = "forceRefresh"Download the voucher from the media rights server only. Do not load the voucher from the local cache.
| Constant |
public static const LOCAL_ONLY:String = "localOnly"Load the voucher from the local cache only. Do not download the voucher from a media rights server.