11#import <Foundation/Foundation.h>
12#import <CamIL_Plane.h>
18typedef NS_ENUM(NSUInteger, Format) {
45- (id)initWithWidth:(
int)width andHeight:(
int) height andPredefinedFormat:(Format) format andData:(
void**) data;
60- (id) initFromData:(
void*) data;
62- (void*) GetUnderlyingType;
Represents an image retrieved from the camera.
Definition CamIL_Image.h:32
Definition CamIL_Plane.h:17