Mac SDK
Instance Methods | List of all members
ZoomSDKYUVProcessDataI420 Class Reference
Inheritance diagram for ZoomSDKYUVProcessDataI420:

Instance Methods

(unsigned int) - getWidth
 Get the width of this data. More...
 
(unsigned int) - getHeight
 Get the height of this data. More...
 
(char *) - getYBuffer:
 Get the Y buffer of this data. More...
 
(char *) - getUBuffer:
 Get the U buffer of this data. More...
 
(char *) - getVBuffer:
 Get the V buffer of this data. More...
 
(unsigned int) - getYStride
 Get the V stride of this data. More...
 
(unsigned int) - getUStride
 Get the U stride of this data. More...
 
(unsigned int) - getVStride
 Get the V stride of this data. More...
 
(unsigned int) - getRotation
 Get the rotation of this data. More...
 
(BOOL) - isLimitedI420
 Get if this data is limited I420. More...
 

Method Documentation

◆ getHeight

- (unsigned int) getHeight

Get the height of this data.

Returns
If the function succeeds, it will return the height of this data.

◆ getRotation

- (unsigned int) getRotation

Get the rotation of this data.

Returns
If the function succeeds, it will return the rotation of this data.

◆ getUBuffer:

- (char*) getUBuffer: (unsigned int)  lineNum

Get the U buffer of this data.

Returns
If the function succeeds, it will return the U buffer of this data.

◆ getUStride

- (unsigned int) getUStride

Get the U stride of this data.

Returns
If the function succeeds, it will return the U stride of this data.

◆ getVBuffer:

- (char*) getVBuffer: (unsigned int)  lineNum

Get the V buffer of this data.

Returns
If the function succeeds, it will return the V buffer of this data.

◆ getVStride

- (unsigned int) getVStride

Get the V stride of this data.

Returns
If the function succeeds, it will return the V stride of this data.

◆ getWidth

- (unsigned int) getWidth

Get the width of this data.

Returns
If the function succeeds, it will return the width of this data.

◆ getYBuffer:

- (char*) getYBuffer: (unsigned int)  lineNum

Get the Y buffer of this data.

Returns
If the function succeeds, it will return the Y buffer of this data.

◆ getYStride

- (unsigned int) getYStride

Get the V stride of this data.

Returns
If the function succeeds, it will return the V stride of this data.

◆ isLimitedI420

- (BOOL) isLimitedI420

Get if this data is limited I420.

Returns
If it is limited I420, it will return YES. Otherwise NO.

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