THEOplayer Web SDK
    Preparing search index...

    Interface CachingTaskLicense

    The CachingTask's license API.

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

    Methods

    Methods

    • Renew all the licenses associated with this task.

      Parameters

      • OptionaldrmConfiguration: DRMConfiguration

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

      Returns void