docs/doc/reference/com/google/android/exoplayer2/metadata/mp4/MdtaMetadataEntry.html
Package com.google.android.exoplayer2.metadata.mp4
All Implemented Interfaces:Parcelable, Metadata.Entry
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classMdtaMetadataEntryextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Metadata.Entry](../Metadata.Entry.html "interface in com.google.android.exoplayer2.metadata")
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.
Stores extensible metadata with handler type 'mdta'. See also the QuickTime File Format Specification.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static Parcelable.Creator<MdtaMetadataEntry> | CREATOR |
Deprecated.
|
| String | key |
Deprecated.
The metadata key name.
|
| static String | KEY_ANDROID_CAPTURE_FPS |
Deprecated.
Key for the capture frame rate (in frames per second).
|
| int | localeIndicator |
Deprecated.
The four byte locale indicator.
|
| static int | TYPE_INDICATOR_FLOAT32 |
Deprecated.
The type indicator for Float32.
|
| static int | TYPE_INDICATOR_INT32 |
Deprecated.
The type indicator for 32-bit signed integer.
|
| static int | TYPE_INDICATOR_STRING |
Deprecated.
The type indicator for UTF-8 string.
|
| int | typeIndicator |
Deprecated.
The four byte type indicator.
|
| byte[] | value |
Deprecated.
The payload. |
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| MdtaMetadataEntry(String key, byte[] value, int localeIndicator, int typeIndicator) |
Deprecated.
Creates a new metadata entry for the specified metadata key/value. |
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| String | toString() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
public static final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")KEY_ANDROID_CAPTURE_FPS
Deprecated.
Key for the capture frame rate (in frames per second). See Also:Constant Field Values
-
public static final int TYPE_INDICATOR_STRING
Deprecated.
The type indicator for UTF-8 string. See Also:Constant Field Values
-
public static final int TYPE_INDICATOR_FLOAT32
Deprecated.
The type indicator for Float32. See Also:Constant Field Values
-
public static final int TYPE_INDICATOR_INT32
Deprecated.
The type indicator for 32-bit signed integer. See Also:Constant Field Values
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")key
Deprecated.
The metadata key name.
-
public final byte[] value
Deprecated.
The payload. The interpretation of the value depends on typeIndicator.
-
public final int localeIndicator
Deprecated.
The four byte locale indicator.
-
public final int typeIndicator
Deprecated.
The four byte type indicator.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[MdtaMetadataEntry](MdtaMetadataEntry.html "class in com.google.android.exoplayer2.metadata.mp4")> CREATOR
Deprecated.
-
public MdtaMetadataEntry([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")key,
byte[] value,
int localeIndicator,
int typeIndicator)
Deprecated.
Creates a new metadata entry for the specified metadata key/value.
-
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 Object
-
public void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.
Specified by:writeToParcel in interface Parcelable
-
public int describeContents()
Deprecated.
Specified by:describeContents in interface Parcelable