getLicenseDuration

open fun getLicenseDuration(drmSession: BrightcoveDrmSession): Pair<Long, Long>

Deprecated

Returns license and playback durations remaining in seconds.

Return

A Pair consisting of the remaining license and playback durations in seconds.

Parameters

drmSession

reference to the DRM session.

Throws

If called when a session isn't opened.