Class HlsTrackMetadataEntry

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class HlsTrackMetadataEntry
    extends Object
    implements Metadata.Entry
    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.
    Holds metadata associated to an HLS media track.
    • Field Detail

      • groupId

        @Nullable
        public final String groupId
        Deprecated.
        The GROUP-ID value of this track, if the track is derived from an EXT-X-MEDIA tag. Null if the track is not derived from an EXT-X-MEDIA TAG.
      • name

        @Nullable
        public final String name
        Deprecated.
        The NAME value of this track, if the track is derived from an EXT-X-MEDIA tag. Null if the track is not derived from an EXT-X-MEDIA TAG.
      • variantInfos

        public final List<HlsTrackMetadataEntry.VariantInfo> variantInfos
        Deprecated.
        The EXT-X-STREAM-INF tags attributes associated with this track. This field is non-applicable (and therefore empty) if this track is derived from an EXT-X-MEDIA tag.