|
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. | |
| NSDate * | timeStamp |
| TimeStamp of video data. | |
A Class contains the information of video raw data.
Definition at line 13 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 33 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The alpha buffer data length.
Definition at line 38 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The raw data format of video data.
Definition at line 53 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Query video raw data is limited.
Definition at line 48 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The video raw data rotation.
Definition at line 58 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The stream size.
Definition at line 43 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicstrong |
TimeStamp of video data.
Definition at line 63 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 U buffer. The U component represents the chroma values.
Definition at line 23 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 V buffer. The Y component represents the chroma values.
Definition at line 28 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
The YUVI420 Y buffer. The Y component represents the luma or brightness values.
Definition at line 18 of file ZoomVideoSDKVideoRawData.h.