forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package flash.net.drm;
|
||||
|
||||
extern class DRMVoucherDownloadContext extends DRMManagerSession {
|
||||
@:flash.property var voucher(get,never) : DRMVoucher;
|
||||
function new() : Void;
|
||||
function download(inMetadata : DRMContentData, previewVoucher : Bool = false) : Void;
|
||||
private function get_voucher() : DRMVoucher;
|
||||
}
|
Reference in New Issue
Block a user