AVAudioSessionDelegate.InputIsAvailableChanged(Boolean) 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.
Developers can override this method to react to a change in availability of audio inputs.
[Foundation.Export("inputIsAvailableChanged:")]
public virtual void InputIsAvailableChanged (bool isInputAvailable);
abstract member InputIsAvailableChanged : bool -> unit
override this.InputIsAvailableChanged : bool -> unit
Parameters
- isInputAvailable
- Boolean
- Attributes