Instance Property
isBackgroundPlaybackEnabled
Whether background playback is enabled or not. Default is false.
var isBackgroundPlaybackEnabled: Bool
Discussion
When set to true, playback is not automatically paused anymore when the app moves to the background. When set to true, also make sure to properly configure your app to allow background playback.
On tvOS, background playback is only supported for audio-only content.