If I want to listen to the audio from an AXIS A8105-E, am I supposed to use AudioPlayerControl or are there alternatives like a controller without UI or a WPF component?

Firstly, you will need to check if the device is supported, please see this link –

https://www.milestonesys.com/community/business-partner-tools/supported-devices/

If your device’s audio is supported, then you can use AudioPlayerControl class.

Also please see this Audio Demo sample, it might be helpful -

https://doc.developer.milestonesys.com/html/index.html?base=samples/audiosample.html&tree=tree_2.html

Thank you for answering. I take it there are no alternatives to the AudioPlayerControl class.