Class ApicFrame

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class ApicFrame
    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.
    APIC (Attached Picture) ID3 frame.
    • Field Detail

      • mimeType

        public final String mimeType
        Deprecated.
      • description

        @Nullable
        public final String description
        Deprecated.
      • pictureType

        public final int pictureType
        Deprecated.
      • pictureData

        public final byte[] pictureData
        Deprecated.
    • Constructor Detail

      • ApicFrame

        public ApicFrame​(String mimeType,
                         @Nullable
                         String description,
                         int pictureType,
                         byte[] pictureData)
        Deprecated.
    • Method Detail

      • populateMediaMetadata

        public void populateMediaMetadata​(MediaMetadata.Builder builder)
        Deprecated.
        Description copied from interface: Metadata.Entry
        Updates the MediaMetadata.Builder with the type-specific values stored in this Entry.
        Parameters:
        builder - The builder to be updated.
      • equals

        public boolean equals​(@Nullable
                              Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • writeToParcel

        public void writeToParcel​(Parcel dest,
                                  int flags)
        Deprecated.