Language

TvTrackInfo.Builder.SetAudioDescription(Boolean) Method

Definition

Sets the audio description attribute of the audio.

[Android.Runtime.Register("setAudioDescription", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)]
public Android.Media.TV.TvTrackInfo.Builder SetAudioDescription(bool audioDescription);
[<Android.Runtime.Register("setAudioDescription", "(Z)Landroid/media/tv/TvTrackInfo$Builder;", "", ApiSince=30)>]
member this.SetAudioDescription : bool -> Android.Media.TV.TvTrackInfo.Builder

Parameters

audioDescription
Boolean

The audio description attribute of the audio.

Returns

Attributes

Remarks

Sets the audio description attribute of the audio. Valid only for TvTrackInfo.TYPE_AUDIO tracks.

Android reference for android.media.tv.TvTrackInfo.Builder.setAudioDescription.

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