Interface CachingTaskLicense

The CachingTask's license API.

interface CachingTaskLicense {
    renew(drmConfiguration?): void;
}

Methods

Methods

  • Renew all the licenses associated with this task.

    Parameters

    • Optional drmConfiguration: DRMConfiguration

      The DRM configuration used for license renewals. Defaults to the DRM configuration of the original sourceDescription when omitted.

    Returns void