|
Meeting SDK for iOS API Reference
|
Represents raw data received from subscribed video stream. More...
#include <MobileRTCVideoRawData.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Whether adding a reference is allowed. | |
| (BOOL) | - addRef |
| Add to reference count. | |
| (NSInteger) | - releaseRef |
| Subtract from reference count. | |
Properties | |
| char * | yBuffer |
| The y-data pointer to a video's YUV data. | |
| char *_Nullable | uBuffer |
| The u-data data pointer to a video's YUV data. | |
| char *_Nullable | vBuffer |
| The v-data data pointer to a video's YUV data. | |
| CGSize | size |
| The video data's size. | |
| char *_Nullable | alphaBuffer |
| The data pointer to a video's alpha data. | |
| unsigned int | alphaBufferLen |
| The alpha buffer data length. | |
| MobileRTCFrameDataFormat | format |
| The video data's raw data format. | |
| MobileRTCVideoRawDataRotation | rotation |
| The video data's rotation. | |
| NSDate * | timeStamp |
| TimeStamp of video data. | |
Represents raw data received from subscribed video stream.
Definition at line 12 of file MobileRTCVideoRawData.h.
| - (BOOL) addRef |
Add to reference count.
| - (BOOL) canAddRef |
Whether adding a reference is allowed.
| - (NSInteger) releaseRef |
Subtract from reference count.
|
readwritenonatomicassign |
The data pointer to a video's alpha data.
Definition at line 37 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The alpha buffer data length.
Definition at line 42 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The video data's raw data format.
Definition at line 47 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The video data's rotation.
Definition at line 52 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The video data's size.
Definition at line 32 of file MobileRTCVideoRawData.h.
|
readwritenonatomicstrong |
TimeStamp of video data.
Definition at line 57 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The u-data data pointer to a video's YUV data.
Definition at line 22 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The v-data data pointer to a video's YUV data.
Definition at line 27 of file MobileRTCVideoRawData.h.
|
readwritenonatomicassign |
The y-data pointer to a video's YUV data.
Definition at line 17 of file MobileRTCVideoRawData.h.