Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKYUVProcessDataI420 Class Reference

#include <ZoomSDKRawDataVideoSourceController.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 6 of file ZoomSDKRawDataVideoSourceController.h.

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 *_Nullable) 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 *_Nullable) 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 *_Nullable) 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.