Skip to main content

alphaTab.synth.ISynthOutputDevice

Represents a output device on which the synth can send the audio to.

 interface ISynthOutputDevice

Properties​

deviceId​

The ID to uniquely identify the device.

readonly deviceId: string;

isDefault​

Gets a value indicating whether the device is the default output device.

readonly isDefault: boolean;

label​

A string describing the device.

readonly label: string;