다음을 통해 공유


TvView.SelectAudioPresentation(Int32, Int32) Method

Definition

Selects an audio presentation.

[Android.Runtime.Register("selectAudioPresentation", "(II)V", "GetSelectAudioPresentation_IIHandler", ApiSince=34)]
public virtual void SelectAudioPresentation (int presentationId, int programId);
[<Android.Runtime.Register("selectAudioPresentation", "(II)V", "GetSelectAudioPresentation_IIHandler", ApiSince=34)>]
abstract member SelectAudioPresentation : int * int -> unit
override this.SelectAudioPresentation : int * int -> unit

Parameters

presentationId
Int32

The ID of the audio presentation to select.

programId
Int32

The ID of the program providing the selected audio presentation.

Attributes

Remarks

Selects an audio presentation.

Java documentation for android.media.tv.TvView.selectAudioPresentation(int, int).

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