TimedText.Text Property

Definition

Get the characters in the timed text.

public string? Text { [Android.Runtime.Register("getText", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getText", "()Ljava/lang/String;", "")>]
member this.Text : string

Property Value

the characters as a String object in the TimedText. Applications should stop rendering previous timed text at the current rendering region if a null is returned, until the next non-null timed text is received.

Attributes

Remarks

Get the characters in the timed text.

Java documentation for android.media.TimedText.getText().

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