<VOOSMPImageData > Protocol Reference

#import <VOOSMPImageData.h>

+ Inheritance diagram for <VOOSMPImageData >:

Properties

VO_OSMP_IMAGE_TYPE imageType
 Get the image type. More...
 
int imageWidth
 Get the width of image. More...
 
int imageHeight
 Get the height of image. More...
 
int imageSize
 Get size of image. More...
 
NSData * imageData
 Get the image data. More...
 

Property Documentation

- (NSData* VOOSMPImageData) imageData
readatomicretain

Get the image data.

Data content relies on VO_OSMP_IMAGE_TYPE.

Returns
image data
- (int VOOSMPImageData) imageHeight
readatomicassign

Get the height of image.

Returns
height of image
- (int VOOSMPImageData) imageSize
readatomicassign

Get size of image.

Returns
size of image
- (VO_OSMP_IMAGE_TYPE VOOSMPImageData) imageType
readatomicassign

Get the image type.

Returns
image type
- (int VOOSMPImageData) imageWidth
readatomicassign

Get the width of image.

Returns
width of image

The documentation for this protocol was generated from the following file: