@UnstableApi
class MlltFrame : Id3Frame


MPEG location lookup table frame.

Summary

Constants

const Parcelable.Creator<MlltFrame!>!
const String!
ID = "MLLT"

Public constructors

MlltFrame(
    mpegFramesBetweenReference: Int,
    bytesBetweenReference: Int,
    millisecondsBetweenReference: Int,
    bytesDeviations: IntArray!,
    millisecondsDeviations: IntArray!
)

Public functions

Int
Boolean
equals(obj: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From androidx.media3.extractor.metadata.id3.Id3Frame
From androidx.media3.common.Metadata.Entry
ByteArray<Byte>?

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

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.

Unit

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

From android.os.Parcelable
abstract Int

Inherited properties

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

The frame ID.

Constants

CREATOR

const val CREATORParcelable.Creator<MlltFrame!>!

ID

const val ID = "MLLT": String!

Public constructors

MlltFrame

MlltFrame(
    mpegFramesBetweenReference: Int,
    bytesBetweenReference: Int,
    millisecondsBetweenReference: Int,
    bytesDeviations: IntArray!,
    millisecondsDeviations: IntArray!
)

Public functions

describeContents

fun describeContents(): Int

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

bytesBetweenReference

val bytesBetweenReferenceInt

bytesDeviations

val bytesDeviationsIntArray<Int>!

millisecondsBetweenReference

val millisecondsBetweenReferenceInt

millisecondsDeviations

val millisecondsDeviationsIntArray<Int>!

mpegFramesBetweenReference

val mpegFramesBetweenReferenceInt