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+.