Package | com.adobe.mediacore.events |
Class | public class DRMInfoEvent |
Inheritance | DRMInfoEvent ![]() |
Property | Defined By | ||
---|---|---|---|
drmManager : DRMManager [read-only]
The associated DRM Manager
| DRMInfoEvent | ||
drmMetadata : Object [read-only]
DEPRECATED! Will be removed on a future relase. | DRMInfoEvent | ||
errorId : int [read-only]
The error id, in case there was an authentication error. | DRMInfoEvent | ||
subErrorId : int [read-only]
The suberror id, in case there was an authentication error. | DRMInfoEvent |
Method | Defined By | ||
---|---|---|---|
DRMInfoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorId:int = 0, subErrorId:int = 0, drmMetadata:Object = null)
Default constructor
| DRMInfoEvent |
Constant | Defined By | ||
---|---|---|---|
DRM_ERROR : String = drmError [static]
Dispatched when the DRM process has failed
| DRMInfoEvent | ||
DRM_METADATA_AVAILABLE : String = drmMetadataAvailable [static]
DEPRECATED! Will be removed on a future relase. | DRMInfoEvent |
drmManager | property |
drmManager:DRMManager
[read-only] The associated DRM Manager
public function get drmManager():DRMManager
drmMetadata | property |
drmMetadata:Object
[read-only] DEPRECATED! Will be removed on a future relase. The associated DRM Metadata
public function get drmMetadata():Object
errorId | property |
errorId:int
[read-only] The error id, in case there was an authentication error. Otherwise, 0.
public function get errorId():int
subErrorId | property |
subErrorId:int
[read-only] The suberror id, in case there was an authentication error. Otherwise, 0.
public function get subErrorId():int
DRMInfoEvent | () | Constructor |
public function DRMInfoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorId:int = 0, subErrorId:int = 0, drmMetadata:Object = null)
Default constructor
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
errorId:int (default = 0 )
| |
subErrorId:int (default = 0 )
| |
drmMetadata:Object (default = null )
|
DRM_ERROR | Constant |
public static const DRM_ERROR:String = drmError
Dispatched when the DRM process has failed
DRM_METADATA_AVAILABLE | Constant |
public static const DRM_METADATA_AVAILABLE:String = drmMetadataAvailable
DEPRECATED! Will be removed on a future relase. A DRMContentData payload is available as a drmMetadata