AUAudioUnit_AUAudioInputOutputUnit.SetOutputEnabled Method

Definition

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

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

Parameters

This
AUAudioUnit

The IO unit on which this method operates.

enabled
Boolean

Returns

Attributes

Applies to