Video SDK for iOS API Reference
|
A Class contains the information of device capture video frame. More...
#include <ZoomVideoSDKPreProcessRawData.h>
Inherits NSObject.
Instance Methods | |
(char *) | - getYBuffer: |
Get the YUVI420 Y buffer. The Y component represents the luma or brightness value of the color. | |
(char *) | - getUBuffer: |
Get the YUVI420 U buffer. The U component represents the chroma value. | |
(char *) | - getVBuffer: |
Get the YUVI420 V buffer. The V component represents the chroma value. | |
Properties | |
CGSize | size |
The stream size. | |
int | yStride |
The Y stride. | |
int | uStride |
The U stride. | |
int | vStride |
The V stride. | |
BOOL | isLimited |
Query video raw data is limited. | |
ZoomVideoSDKFrameDataFormat | format |
The raw data format of video data. | |
ZoomVideoSDKVideoRawDataRotation | rotation |
The video raw data rotation. | |
A Class contains the information of device capture video frame.
Definition at line 15 of file ZoomVideoSDKPreProcessRawData.h.
- (char *) getUBuffer: | (int) | lineNum |
Get the YUVI420 U buffer. The U component represents the chroma value.
- (char *) getVBuffer: | (int) | lineNum |
Get the YUVI420 V buffer. The V component represents the chroma value.
- (char *) getYBuffer: | (int) | lineNum |
Get the YUVI420 Y buffer. The Y component represents the luma or brightness value of the color.
|
readwritenonatomicassign |
The raw data format of video data.
Definition at line 66 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
Query video raw data is limited.
Definition at line 40 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
The video raw data rotation.
Definition at line 71 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
The stream size.
Definition at line 20 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
The U stride.
Definition at line 30 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
The V stride.
Definition at line 35 of file ZoomVideoSDKPreProcessRawData.h.
|
readwritenonatomicassign |
The Y stride.
Definition at line 25 of file ZoomVideoSDKPreProcessRawData.h.