TextInformationFrame
@UnstableApi
public final class TextInformationFrame extends Id3Frame
| java.lang.Object | ||
| ↳ | androidx.media3.extractor.metadata.id3.Id3Frame | |
| ↳ | androidx.media3.extractor.metadata.id3.TextInformationFrame |
Text information ID3 frame.
Summary
Public fields |
|
|---|---|
final @Nullable String |
|
final String |
This field is deprecated. Use the first element of |
final ImmutableList<String> |
The text values of this frame. |
Public constructors |
|---|
@InlineMe(replacement = "this(id, description, ImmutableList.of(value))", imports = "com.google.common.collect.ImmutableList")This method is deprecated. Use |
Public methods |
|
|---|---|
boolean |
|
int |
hashCode() |
void |
Uses the first element in |
String |
toString() |
Inherited methods |
||||
|---|---|---|---|---|
|
Public fields
values
public final ImmutableList<String> values
The text values of this frame. Will always have at least one element.
Public constructors
Public methods
populateMediaMetadata
public void populateMediaMetadata(MediaMetadata.Builder builder)
Uses the first element in values to set the relevant field in MediaMetadata (as determined by id).