Class VorbisComment

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class VorbisComment
    extends VorbisComment
    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.
    A vorbis comment, extracted from a FLAC or Ogg file.
    • Constructor Detail

      • VorbisComment

        public VorbisComment​(String key,
                             String value)
        Deprecated.
        Parameters:
        key - The key.
        value - The value.