alphaTab.synth.ISynthOutputDevice
Represents a output device on which the synth can send the audio to.
interface ISynthOutputDeviceProperties​
deviceId​
The ID to uniquely identify the device.
- JavaScript
- C#
- Kotlin
readonly deviceId: string;string DeviceId { get; }val deviceId: StringisDefault​
Gets a value indicating whether the device is the default output device.
- JavaScript
- C#
- Kotlin
readonly isDefault: boolean;bool IsDefault { get; }val isDefault: Booleanlabel​
A string describing the device.
- JavaScript
- C#
- Kotlin
readonly label: string;string Label { get; }val label: String