AUAudioUnit_AUAudioInputOutputUnit.SetInputEnabled Method

Definition

Sets a Boolean value that controls whether input is enabled on the audio unit.

[Foundation.Export("setInputEnabled:")]
public static bool SetInputEnabled (this AudioUnit.AUAudioUnit This, bool enabled);
static member SetInputEnabled : AudioUnit.AUAudioUnit * bool -> bool

Parameters

This
AUAudioUnit

The IO unit on which this method operates.

enabled
Boolean

Returns

Attributes

Applies to