interface IImageBuffer (Niantic.ARDK.AR.IImageBuffer)
Overview
Interface for implementations of an Image Buffer More…
interface IImageBuffer: IDisposable { // properties ImageFormat Format; IImagePlanes Planes; };
Detailed Documentation
Interface for implementations of an Image Buffer
Properties
ImageFormat Format
The format of the image. See ARDK.AR.ImageFormat.
IImagePlanes Planes
Access the collection of planes that this IImageBuffer manages.