AUAudioUnit_AUAudioInputOutputUnit.SetOutputEnabled 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 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