flash.net.drm.DRMManagerSession

type
class
extends
flash.events.EventDispatcher
subclasses
flash.net.drm.DRMAuthenticationContext, flash.net.drm.DRMVoucherDownloadContext, flash.net.drm.DRMVoucherStoreContext
available in
flash

Static Variables

STATUS_FAILED : UInt

STATUS_NOTREADY : UInt

STATUS_READY : UInt

STATUS_UNKNOWN : UInt

Constructor

new()

Instance Variables hide inherited show inherited

m_isInSession : Bool

metadata : DRMContentData

Instance Methods hide inherited show inherited

addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void

checkStatus() : UInt

dispatchEvent(event : Event) : Bool

errorCodeToThrow(errorCode : UInt) : Void

getLastError() : UInt

getLastSubErrorID() : UInt

hasEventListener(type : String) : Bool

issueDRMErrorEvent(metadata : DRMContentData, errorID : Int, subErrorID : Int, ?eventType : String) : Void

issueDRMStatusEvent(inMetadata : DRMContentData, voucher : DRMVoucher) : Dynamic

onSessionComplete() : Void

onSessionError() : Void

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

setTimerUp() : Void

toString() : String

willTrigger(type : String) : Bool