Packagecom.adobe.mediacore.content
Classpublic class DRMMetadataInfo
InheritanceDRMMetadataInfo Inheritance Object



Public Properties
 PropertyDefined By
  drmMetadata : DRMContentData
[read-only] Associated DRMMetadata object.
DRMMetadataInfo
  prefetchDeadline : Number
[read-only] Timestamp in seconds suggested by the packager for pre-fetching the license.
DRMMetadataInfo
  timeRange : TimeRange
[read-only] The timeline interval in seconds which is associated with the specified drmMetadata.
DRMMetadataInfo
Public Methods
 MethodDefined By
  
DRMMetadataInfo(drmMetadata:DRMContentData, timeRange:TimeRange, prefetchDeadline:Number)
DRMMetadataInfo
Property Detail
drmMetadataproperty
drmMetadata:DRMContentData  [read-only]

Associated DRMMetadata object.


Implementation
    public function get drmMetadata():DRMContentData
prefetchDeadlineproperty 
prefetchDeadline:Number  [read-only]

Timestamp in seconds suggested by the packager for pre-fetching the license.


Implementation
    public function get prefetchDeadline():Number
timeRangeproperty 
timeRange:TimeRange  [read-only]

The timeline interval in seconds which is associated with the specified drmMetadata.


Implementation
    public function get timeRange():TimeRange
Constructor Detail
DRMMetadataInfo()Constructor
public function DRMMetadataInfo(drmMetadata:DRMContentData, timeRange:TimeRange, prefetchDeadline:Number)



Parameters
drmMetadata:DRMContentData
 
timeRange:TimeRange
 
prefetchDeadline:Number