9#import <Foundation/Foundation.h>
20@property (nonatomic, assign, nullable)
char *
yBuffer;
25@property (nonatomic, assign)
char * _Nullable
uBuffer;
30@property (nonatomic, assign)
char * _Nullable
vBuffer;
35@property (nonatomic, assign) CGSize
size;
60@property(nonatomic, strong, nullable) NSDate *
timeStamp;
MobileRTCFrameDataFormat
Enumeration of video frame data format.
MobileRTCVideoRawDataRotation
Enumeration of directions of video.
Represents raw data received from subscribed video stream.
BOOL addRef()
Add to reference count.
MobileRTCFrameDataFormat format
The video data's raw data format.
MobileRTCVideoRawDataRotation rotation
The video data's rotation.
BOOL canAddRef()
Whether adding a reference is allowed.
char * yBuffer
The y-data pointer to a video's YUV data.
char *_Nullable alphaBuffer
The data pointer to a video's alpha data.
char *_Nullable vBuffer
The v-data data pointer to a video's YUV data.
unsigned int alphaBufferLen
The alpha buffer data length.
NSInteger releaseRef()
Subtract from reference count.
char *_Nullable uBuffer
The u-data data pointer to a video's YUV data.
NSDate * timeStamp
TimeStamp of video data.
CGSize size
The video data's size.