MLImage Framework Reference

  • The page outlines globally available constants used for specifying the source type of a GMLImage.

  • GMLImageSourceType constants define whether the image source is a UIImage, CVPixelBuffer, or CMSampleBuffer.

  • Each constant is assigned a numerical value: GMLImageSourceTypeImage (0), GMLImageSourceTypePixelBuffer (1), and GMLImageSourceTypeSampleBuffer (2).

Constants

The following constants are available globally.