@UnstableApi
public final class MlltFrame extends Id3Frame


MPEG location lookup table frame.

Summary

Constants

static final Parcelable.Creator<MlltFrame>
static final String
ID = "MLLT"

Public constructors

MlltFrame(
    int mpegFramesBetweenReference,
    int bytesBetweenReference,
    int millisecondsBetweenReference,
    int[] bytesDeviations,
    int[] millisecondsDeviations
)

Public methods

int
boolean
int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Inherited fields

From androidx.media3.extractor.metadata.id3.Id3Frame
final String

The frame ID.

Inherited methods

From androidx.media3.extractor.metadata.id3.Id3Frame
From androidx.media3.common.Metadata.Entry
@Nullable byte[]

Returns the bytes of the wrapped metadata in this Entry, or null if it doesn't contain wrapped metadata.

@Nullable Format

Returns the Format that can be used to decode the wrapped metadata in getWrappedMetadataBytes, or null if this Entry doesn't contain wrapped metadata.

void

Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.

From android.os.Parcelable
abstract int

Constants

CREATOR

public static final Parcelable.Creator<MlltFrameCREATOR

ID

public static final String ID = "MLLT"

Public fields

bytesBetweenReference

public final int bytesBetweenReference

bytesDeviations

public final int[] bytesDeviations

millisecondsBetweenReference

public final int millisecondsBetweenReference

millisecondsDeviations

public final int[] millisecondsDeviations

mpegFramesBetweenReference

public final int mpegFramesBetweenReference

Public constructors

MlltFrame

public MlltFrame(
    int mpegFramesBetweenReference,
    int bytesBetweenReference,
    int millisecondsBetweenReference,
    int[] bytesDeviations,
    int[] millisecondsDeviations
)

Public methods

describeContents

public int describeContents()

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)