Class MTLCounterSampleBufferDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MTLCounterSampleBufferDescriptor
extends NSObject
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • MTLCounterSampleBufferDescriptor

      public MTLCounterSampleBufferDescriptor()
    • MTLCounterSampleBufferDescriptor

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

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

    • getCounterSet

      public MTLCounterSet getCounterSet()
      Since:
      Available in iOS 14.0 and later.
    • setCounterSet

      public void setCounterSet​(MTLCounterSet v)
      Since:
      Available in iOS 14.0 and later.
    • getLabel

      public String getLabel()
      Since:
      Available in iOS 14.0 and later.
    • setLabel

      public void setLabel​(String v)
      Since:
      Available in iOS 14.0 and later.
    • getStorageMode

      public MTLStorageMode getStorageMode()
      Since:
      Available in iOS 14.0 and later.
    • setStorageMode

      public void setStorageMode​(MTLStorageMode v)
      Since:
      Available in iOS 14.0 and later.
    • getSampleCount

      public long getSampleCount()
      Since:
      Available in iOS 14.0 and later.
    • setSampleCount

      public void setSampleCount​(long v)
      Since:
      Available in iOS 14.0 and later.