CaptioningManager.CaptioningChangeListener.OnSystemAudioCaptioningChanged Method

Definition

Called when the system audio caption enabled state changes.

[Android.Runtime.Register("onSystemAudioCaptioningChanged", "(Z)V", "GetOnSystemAudioCaptioningChanged_ZHandler", ApiSince=33)]
public virtual void OnSystemAudioCaptioningChanged (bool enabled);
[<Android.Runtime.Register("onSystemAudioCaptioningChanged", "(Z)V", "GetOnSystemAudioCaptioningChanged_ZHandler", ApiSince=33)>]
abstract member OnSystemAudioCaptioningChanged : bool -> unit
override this.OnSystemAudioCaptioningChanged : bool -> unit

Parameters

enabled
Boolean

the system audio caption enabled state

Attributes

Remarks

Called when the system audio caption enabled state changes.

Java documentation for android.view.accessibility.CaptioningManager.CaptioningChangeListener.onSystemAudioCaptioningChanged(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to