Class ARConfiguration

    • Constructor Detail

      • ARConfiguration

        protected ARConfiguration()
      • ARConfiguration

        protected ARConfiguration​(NSObject.Handle h,
                                  long handle)
    • Method Detail

      • isSupported

        public static boolean isSupported()
      • getSupportedVideoFormats

        public static NSArray<ARVideoFormat> getSupportedVideoFormats()
        Since:
        Available in iOS 11.3 and later.
      • getVideoFormat

        public ARVideoFormat getVideoFormat()
        Since:
        Available in iOS 11.3 and later.
      • setVideoFormat

        public void setVideoFormat​(ARVideoFormat v)
        Since:
        Available in iOS 11.3 and later.
      • isLightEstimationEnabled

        public boolean isLightEstimationEnabled()
      • setLightEstimationEnabled

        public void setLightEstimationEnabled​(boolean v)
      • providesAudioData

        public boolean providesAudioData()
      • setProvidesAudioData

        public void setProvidesAudioData​(boolean v)