package flash.net.drm;

extern class LoadVoucherSetting {
	function new() : Void;
	static final ALLOW_SERVER : String;
	static final FORCE_REFRESH : String;
	static final LOCAL_ONLY : String;
}