I'd like to use various APIs that are listed on this "Unsupported APIs for Background Agents" page, from within my AudioPlayerAgent. That page specifically mentions ScheduledTaskAgents:
There is a set of APIs that cannot be used in code executed by a Scheduled Task. This includes code contained in classes that implement ScheduledTaskAgent as code in any libraries that are called from a ScheduledTaskAgent. Some of these APIs are detected by the development tools and will raise an error at run or compile time. Other APIs are restricted by the Windows Phone Marketplace application submission process.
Does this mean that AudioPlayerAgents can use the APIs listed on that page? Both inherit Microsoft.Phone.BackgroundAgent, but only one is explicitly mentioned on that page and I'm not sure if an AudioPlayerAgent is considered to be a Scheduled Task. Can anyone confirm one way or the other?