Adobe Access Objective-C API  4.0
This document describes the Objective-C API exposed for Adobe Access support on iOS.
All Classes Files Functions Typedefs Enumerations Enumerator Properties
Properties
DRMPlaybackTimeWindow Class Reference

#import <DRMInterface.h>

List of all members.

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).

Detailed Description

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.


Property Documentation

- (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.


The documentation for this class was generated from the following file: