Class HlsMultivariantPlaylist.Rendition

  • Enclosing class:
    HlsMultivariantPlaylist

    public static final class HlsMultivariantPlaylist.Rendition
    extends Object
    A rendition (i.e. an #EXT-X-MEDIA tag) in a multivariant playlist.
    • Field Detail

      • url

        @Nullable
        public final Uri url
        The rendition's url, or null if the tag does not have a URI attribute.
      • format

        public final Format format
        Format information associated with this rendition.
      • groupId

        public final String groupId
        The group to which this rendition belongs.
      • name

        public final String name
        The name of the rendition.