Class HlsTrackMetadataEntry.VariantInfo

    • Field Detail

      • averageBitrate

        public final int averageBitrate
        The average bitrate as declared by the AVERAGE-BANDWIDTH attribute of the EXT-X-STREAM-INF tag, or Format.NO_VALUE if the attribute is not declared.
      • peakBitrate

        public final int peakBitrate
        The peak bitrate as declared by the BANDWIDTH attribute of the EXT-X-STREAM-INF tag.
      • videoGroupId

        @Nullable
        public final String videoGroupId
        The VIDEO value as defined in the EXT-X-STREAM-INF tag, or null if the VIDEO attribute is not present.
      • audioGroupId

        @Nullable
        public final String audioGroupId
        The AUDIO value as defined in the EXT-X-STREAM-INF tag, or null if the AUDIO attribute is not present.
      • subtitleGroupId

        @Nullable
        public final String subtitleGroupId
        The SUBTITLES value as defined in the EXT-X-STREAM-INF tag, or null if the SUBTITLES attribute is not present.
      • captionGroupId

        @Nullable
        public final String captionGroupId
        The CLOSED-CAPTIONS value as defined in the EXT-X-STREAM-INF tag, or null if the CLOSED-CAPTIONS attribute is not present.