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
inherited from
flash.events.EventDispatcher
checkStatus
() :
UInt
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
errorCodeToThrow
(errorCode :
UInt
) :
Void
getLastError
() :
UInt
getLastSubErrorID
() :
UInt
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
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
inherited from
flash.events.EventDispatcher
setTimerUp
() :
Void
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher