|
Meeting SDK for iOS API Reference
|
Represents audio raw data received from the SDK. More...
#include <MobileRTCAudioRawData.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Determines if the reference count can be increased. | |
| (BOOL) | - addRef |
| Increases the reference count by 1. | |
| (NSInteger) | - releaseRef |
| Decreases the reference count by 1. | |
Properties | |
| char *_Nullable | buffer |
| A pointer to the audio buffer data. | |
| NSInteger | bufferLen |
| The length of the audio buffer data. | |
| NSInteger | sampleRate |
| The audio sampling rate. | |
| NSInteger | channelNum |
| The number of audio channels. | |
| NSDate * | timeStamp |
| The timestamp of the audio data. | |
Represents audio raw data received from the SDK.
Definition at line 12 of file MobileRTCAudioRawData.h.
| - (BOOL) addRef |
Increases the reference count by 1.
| - (BOOL) canAddRef |
Determines if the reference count can be increased.
| - (NSInteger) releaseRef |
Decreases the reference count by 1.
|
readwritenonatomicassign |
A pointer to the audio buffer data.
Definition at line 17 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
The length of the audio buffer data.
Definition at line 22 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
The number of audio channels.
Definition at line 32 of file MobileRTCAudioRawData.h.
|
readwritenonatomicassign |
The audio sampling rate.
Definition at line 27 of file MobileRTCAudioRawData.h.
|
readwritenonatomicstrong |
The timestamp of the audio data.
Definition at line 37 of file MobileRTCAudioRawData.h.