Constants
The following constants are available globally.
-
Image source is a
UIImage
.Declaration
Objective-C
static const GMLImageSourceType GMLImageSourceTypeImage = 0
-
Image source is a
CVPixelBuffer
.Declaration
Objective-C
static const GMLImageSourceType GMLImageSourceTypePixelBuffer = 1
-
Image source is a
CMSampleBuffer
.Declaration
Objective-C
static const GMLImageSourceType GMLImageSourceTypeSampleBuffer = 2