Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCPreProcessRawData Class Reference

#import <MobileRTCPreProcessRawData.h>

Inherits NSObject.

Instance Methods

(char *) - getYBuffer:
 y data pointer of video's YUV data .
 
(char *) - getUBuffer:
 u data pointer of video's YUV data .
 
(char *) - getVBuffer:
 v data pointer of video's YUV data .
 

Properties

CGSize size
 the size of video data.
 
int yStride
 y data pointer of video's YUV data stride.
 
int uStride
 u data pointer of video's YUV data stride.
 
int vStride
 v data pointer of video's YUV data stride.
 
MobileRTCFrameDataFormat format
 The raw data format of video data.
 
MobileRTCVideoRawDataRotation rotation
 The direction of video data.
 

Detailed Description

Definition at line 11 of file MobileRTCPreProcessRawData.h.

Method Documentation

◆ getUBuffer:

- (char *) getUBuffer: (int)  lineNum

u data pointer of video's YUV data .

◆ getVBuffer:

- (char *) getVBuffer: (int)  lineNum

v data pointer of video's YUV data .

◆ getYBuffer:

- (char *) getYBuffer: (int)  lineNum

y data pointer of video's YUV data .

Property Documentation

◆ format

- (MobileRTCFrameDataFormat) format
readwritenonatomicassign

The raw data format of video data.

Definition at line 51 of file MobileRTCPreProcessRawData.h.

◆ rotation

- (MobileRTCVideoRawDataRotation) rotation
readwritenonatomicassign

The direction of video data.

Definition at line 56 of file MobileRTCPreProcessRawData.h.

◆ size

- (CGSize) size
readwritenonatomicassign

the size of video data.

Definition at line 16 of file MobileRTCPreProcessRawData.h.

◆ uStride

- (int) uStride
readwritenonatomicassign

u data pointer of video's YUV data stride.

Definition at line 26 of file MobileRTCPreProcessRawData.h.

◆ vStride

- (int) vStride
readwritenonatomicassign

v data pointer of video's YUV data stride.

Definition at line 31 of file MobileRTCPreProcessRawData.h.

◆ yStride

- (int) yStride
readwritenonatomicassign

y data pointer of video's YUV data stride.

Definition at line 21 of file MobileRTCPreProcessRawData.h.