Enum DeliveryMethod

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<DeliveryMethod>

    public enum DeliveryMethod
    extends java.lang.Enum<DeliveryMethod>
    An enum to represent the different delivery methods of streams which are returned by the extractor.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DASH
      Used for Streams served using the DASH (Dynamic Adaptive Streaming over HTTP) adaptive streaming method.
      HLS
      Used for Streams served using the HLS (HTTP Live Streaming) adaptive streaming method.
      PROGRESSIVE_HTTP
      Used for Streams served using the progressive HTTP streaming method.
      SS
      Used for Streams served using the SmoothStreaming adaptive streaming method.
      TORRENT
      Used for Streams served via a torrent file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DeliveryMethod valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static DeliveryMethod[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait