Bitmovin Player API 8.268.0
    Preparing search index...

    Interface DrmLicenseAddedEvent

    interface DrmLicenseAddedEvent {
        license: DrmLicense;
        timestamp: number;
        type: PlayerEvent;
    }

    Hierarchy (View Summary)

    Index
    license: DrmLicense

    Information about the license which just became active.

    timestamp: number

    The time at which this event was fired

    Event type, e.g. 'play'