|
Meeting SDK for macOS API Reference
|
Represents audio raw data received from the SDK. More...
#include <ZoomSDKRawDataController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Get if this object can add ref. | |
| (BOOL) | - addRef |
| Add reference for this object, if you doesn't add ref, this object will be released when the callback response ends. | |
| (int) | - releaseData |
| Release the object, if you has add ref, remeber to call this api to release when you wantn't to use this object. | |
| (char *_Nullable) | - getBuffer |
| Get the buffer data. | |
| (unsigned int) | - getBufferLen |
| Get the buffer length of this data. | |
| (unsigned int) | - getSampleRate |
| Get the sample rate of this data. | |
| (unsigned int) | - getChannelNum |
| Get the channel number of this data. | |
| (long long) | - getTimeStamp |
| Get the timestamp of the raw data. | |
Represents audio raw data received from the SDK.
Definition at line 23 of file ZoomSDKRawDataController.h.
| - (BOOL) addRef |
Add reference for this object, if you doesn't add ref, this object will be released when the callback response ends.
| - (BOOL) canAddRef |
Get if this object can add ref.
| - (char *_Nullable) getBuffer |
Get the buffer data.
| - (unsigned int) getBufferLen |
Get the buffer length of this data.
| - (unsigned int) getChannelNum |
Get the channel number of this data.
| - (unsigned int) getSampleRate |
Get the sample rate of this data.
| - (long long) getTimeStamp |
Get the timestamp of the raw data.
| - (int) releaseData |
Release the object, if you has add ref, remeber to call this api to release when you wantn't to use this object.