docs/doc/reference/com/google/android/exoplayer2/metadata/id3/MlltFrame.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 classMlltFrameextends[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.
MPEG location lookup table frame.
-
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| int | bytesBetweenReference |
Deprecated.
|
| int[] | bytesDeviations |
Deprecated.
|
| static Parcelable.Creator<MlltFrame> | CREATOR |
Deprecated.
|
| static String | ID |
Deprecated.
|
| int | millisecondsBetweenReference |
Deprecated.
|
| int[] | millisecondsDeviations |
Deprecated.
|
| int | mpegFramesBetweenReference |
Deprecated.
|
-
id
-
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructors | Constructor | Description |
| --- | --- |
| MlltFrame(int mpegFramesBetweenReference, int bytesBetweenReference, int millisecondsBetweenReference, int[] bytesDeviations, int[] millisecondsDeviations) |
Deprecated.
|
All Methods Instance Methods Concrete Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| int | describeContents() |
Deprecated.
|
| boolean | equals(Object obj) |
Deprecated.
|
| int | hashCode() |
Deprecated.
|
| void | writeToParcel(Parcel dest, int flags) |
Deprecated.
|
-
toString
-
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")ID
Deprecated. See Also:Constant Field Values
-
public final int mpegFramesBetweenReference
Deprecated.
-
public final int bytesBetweenReference
Deprecated.
-
public final int millisecondsBetweenReference
Deprecated.
-
public final int[] bytesDeviations
Deprecated.
-
public final int[] millisecondsDeviations
Deprecated.
-
public static final[Parcelable.Creator](https://developer.android.com/reference/android/os/Parcelable.Creator.html "class or interface in android.os")<[MlltFrame](MlltFrame.html "class in com.google.android.exoplayer2.metadata.id3")> CREATOR
Deprecated.
-
public MlltFrame(int mpegFramesBetweenReference,
int bytesBetweenReference,
int millisecondsBetweenReference,
int[] bytesDeviations,
int[] millisecondsDeviations)
Deprecated.
-
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 void writeToParcel([Parcel](https://developer.android.com/reference/android/os/Parcel.html "class or interface in android.os")dest,
int flags)
Deprecated.
-
public int describeContents()
Deprecated.
Specified by:describeContents in interface ParcelableOverrides:describeContents in class Id3Frame