musicPlayerMiddleware

var musicPlayerMiddleware: Set<MusicPlayerMiddleware>

Set the initial set of interfaces used for Music Player. The middleware at index 0 will be used as the the default or fallback middleware.

Implement the MusicPlayerMiddleware interface or use one of the Dash extension libraries.

Defaults to emptySet as no music provider is bundled with Dash SDK out-of-the-box.