![]() |
Adobe Access Objective-C API
4.0
This document describes the Objective-C API exposed for Adobe Access support on
iOS.
|
#import <DRMInterface.h>
Properties | |
NSUInteger | playbackPeriodInSeconds |
The period of time during which a DRM license is valid (the playback window), in seconds. | |
NSDate * | playbackStartDate |
The start date for the period of time during which a DRM license is valid (the playback window). | |
NSDate * | playbackEndDate |
The end date for the period of time during which a DRM license is valid (the playback window). |
This is the playback window information from a particular license. This contains one piece of fixed data (the playback period) and two pieces of calculated data (start and end dates). The class cannot be directly constructed by the application.
Definition at line 280 of file DRMInterface.h.
- (NSDate*) playbackEndDate [read, retain] |
The end date for the period of time during which a DRM license is valid (the playback window).
Definition at line 289 of file DRMInterface.h.
- (NSUInteger) playbackPeriodInSeconds [read, assign] |
The period of time during which a DRM license is valid (the playback window), in seconds.
Definition at line 283 of file DRMInterface.h.
- (NSDate*) playbackStartDate [read, retain] |
The start date for the period of time during which a DRM license is valid (the playback window).
Definition at line 286 of file DRMInterface.h.