loadAudioItem

fun loadAudioItem(manager: AudioPlayerManager, identifier: String): AudioItem?

Loads an audio item from the specified identifier.

This method wraps any exceptions thrown by the AudioPlayerManager.loadItem method in a FriendlyException. This is meant to maintain the behavior from callback-style item loading.