9#import <Foundation/Foundation.h>
10#import <ZoomVideoSDK/ZoomVideoSDKConstants.h>
21@property (nonatomic, assign)
char *
yBuffer;
26@property (nonatomic, assign)
char *
uBuffer;
31@property (nonatomic, assign)
char *
vBuffer;
46@property (nonatomic, assign) CGSize
size;
ZoomVideoSDKVideoRawDataRotation
ZoomVideoSDKVideoRawDataRotation The direction of video.
ZoomVideoSDKFrameDataFormat
A Class contains the information of video raw data.
NSInteger releaseRef()
Decrease reference count by 1.
BOOL isLimited
Query video raw data is limited.
ZoomVideoSDKFrameDataFormat format
The raw data format of video data.
char * uBuffer
The YUVI420 U buffer. The U component represents the chroma values.
ZoomVideoSDKVideoRawDataRotation rotation
The video raw data rotation.
BOOL addRef()
Increase reference count by 1. Adding a reference will ensure that the raw data buffer will not be re...
NSUInteger alphaBufferLen
the alpha buffer data length
char * vBuffer
The YUVI420 V buffer. The Y component represents the chroma values.
char * yBuffer
The YUVI420 Y buffer. The Y component represents the luma or brightness values.
CGSize size
The stream size.
BOOL canAddRef()
Determine if the reference count for accessing the raw data buffer can be increased.
char * alphaBuffer
The YUVI420 data buffer. The alpha component represents the chroma values.