DirectBufferType
Objective-C
enum DirectBufferType : NSInteger {}
Swift
enum DirectBufferType : Int, @unchecked Sendable
Constants indicating the buffer type for rendering.
-
Unknown.
Declaration
Objective-C
DirectBufferTypeUnknown = 0
Swift
case unknown = 0
-
UINT8_PTR
Declaration
Objective-C
DirectBufferTypeUINT8_PTR = 1
Swift
case UINT8_PTR = 1
-
CVPixelBufferRef
Declaration
Objective-C
DirectBufferTypeCVPixelBufferRef = 2
Swift
case cvPixelBufferRef = 2
-
CMSampleBufferRef
Declaration
Objective-C
DirectBufferTypeCMSampleBufferRef = 3
Swift
case cmSampleBufferRef = 3