Class TextInformationFrame

java.lang.Object
com.brightcove.player.metadata.TextInformationFrame
All Implemented Interfaces:
android.os.Parcelable

public final class TextInformationFrame extends Object implements android.os.Parcelable
Text information ID3 frame.
  • Field Details

    • id

      @NonNull public final String id
    • description

      @NonNull public final String description
    • value

      @NonNull public final String value
    • CREATOR

      public static final android.os.Parcelable.Creator<TextInformationFrame> CREATOR
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable