Class GeobFrame

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class GeobFrame
    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.
    GEOB (General Encapsulated Object) ID3 frame.
    • Constructor Detail

      • GeobFrame

        public GeobFrame​(String mimeType,
                         String filename,
                         String description,
                         byte[] data)
        Deprecated.
    • Method Detail

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