Package 

Enum StreamType

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

    
    public enum StreamType
    
                        

    The type of a stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LIVE

      A Live stream.

      VOD

      A video on demand.

    • Method Summary

      Modifier and Type Method Description
      static StreamType from(@NonNull() String streamTypeString) Creates a stream type from a textual representation.
      static Array<StreamType> values()
      static StreamType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait