Package 

Enum StreamingMode

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

    
    public enum StreamingMode
    
                        

    Defines the way local media is streamed.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNBOUNDED

      Local media is streamed at all times.

      APP_BOUNDED

      Local media is streamed only when the app is in foreground.When app goes to the background then the media is paused untilthe app goes to foreground again.

    • Method Summary

      Modifier and Type Method Description
      static Array<StreamingMode> values()
      static StreamingMode valueOf(String name)
      • Methods inherited from class java.lang.Object

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