Package 

Enum PreloadType

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

    
    public enum PreloadType
    
                        

    The preload type of the player.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String type
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      METADATA

      The player will immediately load the metadata on source change.

      AUTO

      The player will immediately load the metadata and the media on source change.

      NONE

      The player will not load anything on source change.

    • Method Summary

      Modifier and Type Method Description
      static Array<PreloadType> values()
      static PreloadType valueOf(String name)
      String getType() The textual representation of preload type.
      • Methods inherited from class java.lang.Object

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