AVAudioSessionDelegate.InputIsAvailableChanged(Boolean) Method

Definition

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

Applies to