|
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 12 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 17 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio buffer data lenth.
Definition at line 22 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Number of audio channels.
Definition at line 32 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio sampling rate.
Definition at line 27 of file MobileRTCAudioRawData.h.
|
readwritenonatomicstrong |
TimeStamp of audio data.
Definition at line 37 of file MobileRTCAudioRawData.h.