THEOplayer Web SDK
    Preparing search index...

    Interface ContentProtectionIntegrationFactory

    Factory pattern to create ContentProtectionIntegrations.

    interface ContentProtectionIntegrationFactory {
        build(configuration: DRMConfiguration): ContentProtectionIntegration;
    }
    Index

    Methods

    Methods