isInputEnabled
A flag enabling audio input from the unit.
Declaration
var isInputEnabled: Bool { get set }Discussion
The default value is false.
If your audio unit desires input audio, this property must be set to true and the value of canPerformInput must also be true.