enableBlobUrls

val enableBlobUrls: Boolean? = null

This option controls how resource data should be loaded when the audio renderer cannot stream a resource.

If this option is true, audio renderer create blob: URLs for resources. If this option is false, audio renderer create data: URLs for resources. If this option is null, audio renderer decides how to create URLs for resource.