soundFontLoadFailed
Description​
This event is fired when the loading of the SoundFont failed.
- JavaScript
- C#
- Kotlin
readonly soundFontLoadFailed: IEventEmitterOfT<Error>;
IEventEmitterOfT<System.Exception> SoundFontLoadFailed { get; }
val soundFontLoadFailed: IEventEmitterOfT<kotlin.Throwable>