Class M3uStreamSegmentUrlProvider.SegmentInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Long duration
      Duration of the segment in milliseconds.
      java.lang.String name
      Name of the segment.
      java.lang.String url
      URL of the segment.
    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentInfo​(java.lang.String url, java.lang.Long duration, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        public final java.lang.String url
        URL of the segment.
      • duration

        public final java.lang.Long duration
        Duration of the segment in milliseconds. null if unknown.
      • name

        public final java.lang.String name
        Name of the segment. null if unknown.
    • Constructor Detail

      • SegmentInfo

        public SegmentInfo​(java.lang.String url,
                           java.lang.Long duration,
                           java.lang.String name)