docs/doc/reference/com/google/android/exoplayer2/metadata/id3/TextInformationFrame.html
Package com.google.android.exoplayer2.metadata.id3
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classTextInformationFrameextends[Id3Frame](Id3Frame.html "class in com.google.android.exoplayer2.metadata.id3")
Deprecated. com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
Text information ID3 frame.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<TextInformationFrame> | CREATOR |
Deprecated.
|
| String | description |
Deprecated.
|
| String | value |
Deprecated.
Use the first element of values instead.
|
| ImmutableList<String> | values |
Deprecated.
The text values of this frame. |
-
id
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| TextInformationFrame(String id, String description, String value) |
Deprecated.
Use TextInformationFrame(String id, String description, String[] values instead
|
| TextInformationFrame(String id, String description, List<String> values) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| void | populateMediaMetadata(MediaMetadata.Builder builder) |
Deprecated.
Uses the first element in values to set the relevant field in MediaMetadata (as determined by Id3Frame.id).
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
describeContents
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat
-
@Nullable
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")description
Deprecated.
-
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value
Deprecated.
Use the first element of values instead.
-
public final[ImmutableList](https://guava.dev/releases/31.1-android/api/docs/com/google/common/collect/ImmutableList.html?is-external=true "class or interface in com.google.common.collect")<[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")> values
Deprecated.
The text values of this frame. Will always have at least one element.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[TextInformationFrame](TextInformationFrame.html "class in com.google.android.exoplayer2.metadata.id3")> CREATOR
Deprecated.
-
public TextInformationFrame([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")description,[List](https://developer.android.com/reference/java/util/List.html "class or interface in java.util")<[String](https://developer.android.com/reference/java/lang/String.html?is-external=true "class or interface in java.lang")> values)
Deprecated.
-
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")@InlineMe(replacement="this(id, description, ImmutableList.of(value))",
imports="com.google.common.collect.ImmutableList")
public TextInformationFrame([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")id,
@Nullable[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")description,[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")value)
Deprecated.
Use TextInformationFrame(String id, String description, String[] values instead
-
public void populateMediaMetadata([MediaMetadata.Builder](../../MediaMetadata.Builder.html "class in com.google.android.exoplayer2")builder)
Deprecated.
Uses the first element in values to set the relevant field in MediaMetadata (as determined by Id3Frame.id).
Parameters:builder - The builder to be updated.
-
public boolean equals(@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")obj)
Deprecated.
Overrides:equals in class Object
-
public int hashCode()
Deprecated.
Overrides:hashCode in class Object
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Deprecated.
Overrides:toString in class Id3Frame
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.