Meeting SDK for iOS API Reference
|
Represents audio raw data received from the SDK. More...
#include <MobileRTCAudioRawData.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 *_Nullable | buffer |
Data pointer of audio buffer data. | |
NSInteger | bufferLen |
Audio buffer data lenth. | |
NSInteger | sampleRate |
Audio sampling rate. | |
NSInteger | channelNum |
Number of audio channels. | |
NSDate * | timeStamp |
TimeStamp of audio data. | |
Represents audio raw data received from the SDK.
Definition at line 15 of file MobileRTCAudioRawData.h.
- (BOOL) addRef |
Add reference count.
- (BOOL) canAddRef |
Can add reference count or not.
- (NSInteger) releaseRef |
Minus reference count.
|
readwritenonatomicassign |
Data pointer of audio buffer data.
Definition at line 20 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio buffer data lenth.
Definition at line 25 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Number of audio channels.
Definition at line 35 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio sampling rate.
Definition at line 30 of file MobileRTCAudioRawData.h.
|
readwritenonatomicstrong |
TimeStamp of audio data.
Definition at line 40 of file MobileRTCAudioRawData.h.