Package com.brightcove.player.drm
Class CustomerRightsToken.RentalProfile
java.lang.Object
com.brightcove.player.drm.CustomerRightsToken.RentalProfile
- Enclosing class:
- CustomerRightsToken
Rental profile must be used for requesting a license with time restrictions.
-
Field Summary
Modifier and TypeFieldDescriptionThe rental license details. -
Constructor Summary
ConstructorDescriptionRentalProfile
(Date absoluteExpiration, Long playDuration) Creates a new rental profile. -
Method Summary
-
Field Details
-
rental
The rental license details.
-
-
Constructor Details
-
RentalProfile
Creates a new rental profile.- Parameters:
absoluteExpiration
- defines how long the license is valid to start playback.playDuration
- defines in milliseconds how long the content can be consumed after the start of playback.
-