Package 

Enum Stream.StreamType

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

    
    public enum Stream.StreamType
    
                        

    Represents the immutable stream type.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NATIVE

      Not synchronized but copy-free. Good for video.

      ACQUIRED

      Synchronized, copy-free, and take a release callback. Good for AR but requires API 26+.

    • Method Summary

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

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