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

The YUV video frame data. More...

#include <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

The YUV video frame data.

Definition at line 15 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 55 of file MobileRTCPreProcessRawData.h.

◆ rotation

- (MobileRTCVideoRawDataRotation) rotation
readwritenonatomicassign

The direction of video data.

Definition at line 60 of file MobileRTCPreProcessRawData.h.

◆ size

- (CGSize) size
readwritenonatomicassign

The size of video data.

Definition at line 20 of file MobileRTCPreProcessRawData.h.

◆ uStride

- (int) uStride
readwritenonatomicassign

U data pointer of video's YUV data stride.

Definition at line 30 of file MobileRTCPreProcessRawData.h.

◆ vStride

- (int) vStride
readwritenonatomicassign

V data pointer of video's YUV data stride.

Definition at line 35 of file MobileRTCPreProcessRawData.h.

◆ yStride

- (int) yStride
readwritenonatomicassign

Y data pointer of video's YUV data stride.

Definition at line 25 of file MobileRTCPreProcessRawData.h.