|
iOS SDK API Reference
|
#import <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 * | buffer |
| Data pointer of audio buffer data. | |
| NSInteger | bufferLen |
| Audio buffer data lenth. | |
| NSInteger | sampleRate |
| Audio sampling rate. | |
| NSInteger | channelNum |
| Number of audio channels. | |
Definition at line 11 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 16 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio buffer data lenth.
Definition at line 21 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Number of audio channels.
Definition at line 31 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
Audio sampling rate.
Definition at line 26 of file MobileRTCAudioRawData.h.