Class AROrientationTrackingConfiguration

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AROrientationTrackingConfiguration
extends ARConfiguration
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • AROrientationTrackingConfiguration

      protected AROrientationTrackingConfiguration​(NSObject.Handle h, long handle)
    • AROrientationTrackingConfiguration

      protected AROrientationTrackingConfiguration​(NSObject.SkipInit skipInit)
    • AROrientationTrackingConfiguration

      public AROrientationTrackingConfiguration()
  • Method Details

    • isAutoFocusEnabled

      public boolean isAutoFocusEnabled()
      Since:
      Available in iOS 11.3 and later.
    • setAutoFocusEnabled

      public void setAutoFocusEnabled​(boolean v)
      Since:
      Available in iOS 11.3 and later.
    • isSupported

      public static boolean isSupported()
    • getSupportedVideoFormats

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

      protected static long create()
    • supportsFrameSemantics

      public static boolean supportsFrameSemantics​(ARFrameSemantics frameSemantics)
      Since:
      Available in iOS 13.0 and later.