Optional Readonly audioSpecify the mode for the native iOS AVAudioSession.
AudioSessionMode.MOVIE_PLAYBACK
Optional Readonly enabledWhether background audio should be enabled when transitioning to background.
When 'stopOnBackground' is true, 'enabled' is assumed to be false and background audio will not play.
false
Optional Readonly shouldWhether background audio should be resumed after an interruption on iOS (e.g. incoming call).
false
Optional Readonly stopWhether the player should stop play-out when the app goes to background.
This differs from enabled which allows play-out to either continue in background, or be paused.
Note that when the app comes back to foreground, a new source would have to be set.
false
Describes the configuration of the background audio feature.