Class MTLCaptureDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLCaptureDescriptor
extends NSObject
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • MTLCaptureDescriptor

      public MTLCaptureDescriptor()
    • MTLCaptureDescriptor

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

      protected MTLCaptureDescriptor​(NSObject.SkipInit skipInit)
  • Method Details

    • getCaptureObject

      public NSObject getCaptureObject()
    • setCaptureObject

      public void setCaptureObject​(NSObject v)
    • getDestination

      public MTLCaptureDestination getDestination()
    • setDestination

      public void setDestination​(MTLCaptureDestination v)
    • getOutputURL

      public NSURL getOutputURL()
    • setOutputURL

      public void setOutputURL​(NSURL v)