AUAudioUnit_AUAudioInputOutputUnit.SetInputEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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