Class MlltFrame
- java.lang.Object
-
- com.google.android.exoplayer2.metadata.id3.Id3Frame
-
- com.google.android.exoplayer2.metadata.id3.MlltFrame
-
- All Implemented Interfaces:
Parcelable
,Metadata.Entry
@Deprecated public final class MlltFrame extends Id3Frame
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
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.-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Constructor Description MlltFrame(int mpegFramesBetweenReference, int bytesBetweenReference, int millisecondsBetweenReference, int[] bytesDeviations, int[] millisecondsDeviations)
Deprecated.
-
Method Summary
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry
getWrappedMetadataBytes, getWrappedMetadataFormat, populateMediaMetadata
-
-
-
-
Field Detail
-
ID
public static final String ID
Deprecated.- See Also:
- Constant Field Values
-
mpegFramesBetweenReference
public final int mpegFramesBetweenReference
Deprecated.
-
bytesBetweenReference
public final int bytesBetweenReference
Deprecated.
-
millisecondsBetweenReference
public final int millisecondsBetweenReference
Deprecated.
-
bytesDeviations
public final int[] bytesDeviations
Deprecated.
-
millisecondsDeviations
public final int[] millisecondsDeviations
Deprecated.
-
CREATOR
public static final Parcelable.Creator<MlltFrame> CREATOR
Deprecated.
-
-
Method Detail
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
Deprecated.
-
describeContents
public int describeContents()
Deprecated.- Specified by:
describeContents
in interfaceParcelable
- Overrides:
describeContents
in classId3Frame
-
-