I starting developing a music app since July, but after Windows 10 Update 1607 (a.k.a Redstone Update), the app can go into background easily, which makes background playing much easier. But since I want to reserve the application's compatibility in older version of Windows 10, should I use the old strategy, which has a background audio task? Do those new APIs compatible with older platform like 10240 and 10586?
The new strategy here The old strategy here (Though in Chinese)
Addition: My app needs to get the audio address and the audio content from the Internet.