Language

TvTrackInfo.Builder.SetSpokenSubtitle(Boolean) Method

Definition

Sets the spoken subtitle attribute of the audio.

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

Parameters

spokenSubtitle
Boolean

The spoken subtitle attribute of the audio.

Returns

Attributes

Remarks

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

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

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