pauseOnBackground property
应用进入后台时是否自动暂停播放。
Whether to automatically pause playback when the app goes to the background.
设置为 true 时,应用进入后台后视频将自动暂停,返回前台后自动恢复播放。
设置为 false 时,应用进入后台后不会自动暂停。
When set to true, the video will be automatically paused when
the app enters the background, and automatically resumed when
the app returns to the foreground.
When set to false, playback will not be automatically paused
when entering the background.
默认值为 true。
Defaults to true.
Implementation
final bool pauseOnBackground;