enumerateOutputDevices
Description​
Loads and lists the available output devices. Will request permissions if needed.
- JavaScript
- C#
- Kotlin
enumerateOutputDevices(): Promise<ISynthOutputDevice[]>
System.Threading.Task<IList<ISynthOutputDevice>> EnumerateOutputDevices()
suspend fun enumerateOutputDevices(): alphaTab.collections.List<ISynthOutputDevice>