Class HlsStreamSegment


  • public class HlsStreamSegment
    extends java.lang.Object
    • 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
      HlsStreamSegment​(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

      • HlsStreamSegment

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