Video SDK for iOS API Reference
|
A Class contains the information of video raw data. More...
#include <ZoomVideoSDKVideoRawData.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canAddRef |
Determine if the reference count for accessing the raw data buffer can be increased. | |
(BOOL) | - addRef |
Increase reference count by 1. Adding a reference will ensure that the raw data buffer will not be released. | |
(NSInteger) | - releaseRef |
Decrease reference count by 1. | |
Properties | |
char * | yBuffer |
The YUVI420 Y buffer. The Y component represents the luma or brightness values. | |
char * | uBuffer |
The YUVI420 U buffer. The U component represents the chroma values. | |
char * | vBuffer |
The YUVI420 V buffer. The Y component represents the chroma values. | |
char * | alphaBuffer |
The YUVI420 data buffer. The alpha component represents the chroma values. | |
NSUInteger | alphaBufferLen |
the alpha buffer data length | |
CGSize | size |
The stream size. | |
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 video raw data.
Definition at line 16 of file ZoomVideoSDKVideoRawData.h.
- (BOOL) addRef |
Increase reference count by 1. Adding a reference will ensure that the raw data buffer will not be released.
- (BOOL) canAddRef |
Determine if the reference count for accessing the raw data buffer can be increased.
- (NSInteger) releaseRef |
Decrease reference count by 1.
|
readwritenonatomicassign |
The YUVI420 data buffer. The alpha component represents the chroma values.
Definition at line 36 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
the alpha buffer data length
Definition at line 41 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The raw data format of video data.
Definition at line 56 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Query video raw data is limited.
Definition at line 51 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The video raw data rotation.
Definition at line 61 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The stream size.
Definition at line 46 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 U buffer. The U component represents the chroma values.
Definition at line 26 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 V buffer. The Y component represents the chroma values.
Definition at line 31 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 Y buffer. The Y component represents the luma or brightness values.
Definition at line 21 of file ZoomVideoSDKVideoRawData.h.