Vinyl
    Preparing search index...

    Type Alias DrmClearKeySystemOptions

    DrmClearKeySystemOptions: DrmKeySystemOptions & {
        keys: ReadonlyRecord<string, string>;
    }

    Clear key system options that extend base DRM key system options with clear key mappings. Used for unencrypted content or testing scenarios where keys are provided in plain text.