iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCVideoRawData Class Reference

#import <MobileRTCVideoRawData.h>

Inherits NSObject.

Instance Methods

(BOOL) - canAddRef
 Can add reference count or not.
 
(BOOL) - addRef
 Add reference count.
 
(NSInteger) - releaseRef
 Minus reference count.
 

Properties

char * yBuffer
 y data pointer of video's YUV data.
 
char * uBuffer
 u data pointer of video's YUV data.
 
char * vBuffer
 v data pointer of video's YUV data.
 
CGSize size
 the size of video data.
 
MobileRTCVideoRawDataFormat format
 The raw data format of video data.
 
MobileRTCVideoRawDataRotation rotation
 The direction of video data.
 

Detailed Description

Definition at line 11 of file MobileRTCVideoRawData.h.

Method Documentation

◆ addRef

- (BOOL) addRef

Add reference count.

◆ canAddRef

- (BOOL) canAddRef

Can add reference count or not.

◆ releaseRef

- (NSInteger) releaseRef

Minus reference count.

Property Documentation

◆ format

- (MobileRTCVideoRawDataFormat) format
readwritenonatomicassign

The raw data format of video data.

Definition at line 36 of file MobileRTCVideoRawData.h.

◆ rotation

- (MobileRTCVideoRawDataRotation) rotation
readwritenonatomicassign

The direction of video data.

Definition at line 41 of file MobileRTCVideoRawData.h.

◆ size

- (CGSize) size
readwritenonatomicassign

the size of video data.

Definition at line 31 of file MobileRTCVideoRawData.h.

◆ uBuffer

- (char*) uBuffer
readwritenonatomicassign

u data pointer of video's YUV data.

Definition at line 21 of file MobileRTCVideoRawData.h.

◆ vBuffer

- (char*) vBuffer
readwritenonatomicassign

v data pointer of video's YUV data.

Definition at line 26 of file MobileRTCVideoRawData.h.

◆ yBuffer

- (char*) yBuffer
readwritenonatomicassign

y data pointer of video's YUV data.

Definition at line 16 of file MobileRTCVideoRawData.h.