|
Video SDK for iOS API Reference
|
A class that contains the information of video raw data. More...
#include <ZoomVideoSDKVideoRawData.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Determines whether the reference count for accessing the raw data buffer can be increased. | |
| (BOOL) | - addRef |
| Increases reference count by 1. Adding a reference will ensure that the raw data buffer will not be released. | |
| (NSInteger) | - releaseRef |
| Decreases reference count by 1. | |
Properties | |
| char * | yBuffer |
| Gets the YUVI420 Y buffer. The Y component represents the luma or brightness values. | |
| char * | uBuffer |
| Gets the YUVI420 U buffer. The U component represents the chroma values. | |
| char * | vBuffer |
| Gets the YUVI420 V buffer. The V component represents the chroma values. | |
| char * | alphaBuffer |
| Gets the YUVI420 data buffer. The alpha component represents the alpha values. | |
| NSUInteger | alphaBufferLen |
| Gets the alpha buffer data length. | |
| CGSize | size |
| Gets the stream size. | |
| BOOL | isLimited |
| Determines whether video raw data is limited. | |
| ZoomVideoSDKFrameDataFormat | format |
| Gets the raw data format of video data. | |
| ZoomVideoSDKVideoRawDataRotation | rotation |
| Gets the video raw data rotation. | |
| NSDate * | timeStamp |
| Gets the timestamp of video data. | |
A class that contains the information of video raw data.
Definition at line 13 of file ZoomVideoSDKVideoRawData.h.
| - (BOOL) addRef |
Increases reference count by 1. Adding a reference will ensure that the raw data buffer will not be released.
| - (BOOL) canAddRef |
Determines whether the reference count for accessing the raw data buffer can be increased.
| - (NSInteger) releaseRef |
Decreases reference count by 1.
|
readwritenonatomicassign |
Gets the YUVI420 data buffer. The alpha component represents the alpha values.
Definition at line 33 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the alpha buffer data length.
Definition at line 38 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the raw data format of video data.
Definition at line 53 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Determines whether video raw data is limited.
Definition at line 48 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the video raw data rotation.
Definition at line 58 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the stream size.
Definition at line 43 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicstrong |
Gets the timestamp of video data.
Definition at line 63 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the YUVI420 U buffer. The U component represents the chroma values.
Definition at line 23 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the YUVI420 V buffer. The V component represents the chroma values.
Definition at line 28 of file ZoomVideoSDKVideoRawData.h.
|
readwritenonatomicassign |
Gets the YUVI420 Y buffer. The Y component represents the luma or brightness values.
Definition at line 18 of file ZoomVideoSDKVideoRawData.h.