Share via


TvView.TvInputCallback.OnAudioPresentationsChanged Method

Definition

This is called when the audio presentation information has been changed.

[Android.Runtime.Register("onAudioPresentationsChanged", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnAudioPresentationsChanged_Ljava_lang_String_Ljava_util_List_Handler", ApiSince=34)]
public virtual void OnAudioPresentationsChanged (string inputId, System.Collections.Generic.IList<Android.Media.AudioPresentation> audioPresentations);
[<Android.Runtime.Register("onAudioPresentationsChanged", "(Ljava/lang/String;Ljava/util/List;)V", "GetOnAudioPresentationsChanged_Ljava_lang_String_Ljava_util_List_Handler", ApiSince=34)>]
abstract member OnAudioPresentationsChanged : string * System.Collections.Generic.IList<Android.Media.AudioPresentation> -> unit
override this.OnAudioPresentationsChanged : string * System.Collections.Generic.IList<Android.Media.AudioPresentation> -> unit

Parameters

inputId
String

The ID of the TV input bound to this view.

audioPresentations
IList<AudioPresentation>

A list of updated audio presentation information.

Attributes

Remarks

This is called when the audio presentation information has been changed.

Java documentation for android.media.tv.TvView.TvInputCallback.onAudioPresentationsChanged(java.lang.String, java.util.List<android.media.AudioPresentation>).

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