Class 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.
    • Field Detail

      • 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.
    • Constructor Detail

      • MlltFrame

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