TvTrackInfo.IsSpokenSubtitle Property

Definition

Returns true if the track is a spoken subtitle for people with visual impairment, false otherwise.

public bool IsSpokenSubtitle { [Android.Runtime.Register("isSpokenSubtitle", "()Z", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isSpokenSubtitle", "()Z", "", ApiSince=30)>]
member this.IsSpokenSubtitle : bool

Property Value

Attributes

Remarks

Returns true if the track is a spoken subtitle for people with visual impairment, false otherwise. Valid only for #TYPE_AUDIO tracks.

For example of broadcast, spoken subtitle information may be referred to broadcast standard (e.g. Supplementary Audio Language Descriptor of ETSI EN 300 468).

Java documentation for android.media.tv.TvTrackInfo.isSpokenSubtitle().

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