|
Meeting SDK for macOS API Reference
|
Represents audio raw data received from the SDK. More...
#include <ZoomSDKRawDataController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Gets if this object can add ref. | |
| (BOOL) | - addRef |
| Adds reference for this object, if you doesn't add ref, this object is 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 |
| Gets the buffer data. | |
| (unsigned int) | - getBufferLen |
| Gets the buffer length of this data. | |
| (unsigned int) | - getSampleRate |
| Gets the sample rate of this data. | |
| (unsigned int) | - getChannelNum |
| Gets the channel number of this data. | |
| (long long) | - getTimeStamp |
| Gets the raw's timestamp data. | |
Represents audio raw data received from the SDK.
Definition at line 23 of file ZoomSDKRawDataController.h.
| - (BOOL) addRef |
Adds reference for this object, if you doesn't add ref, this object is released when the callback response ends.
| - (BOOL) canAddRef |
Gets if this object can add ref.
| - (char *_Nullable) getBuffer |
Gets the buffer data.
| - (unsigned int) getBufferLen |
Gets the buffer length of this data.
| - (unsigned int) getChannelNum |
Gets the channel number of this data.
| - (unsigned int) getSampleRate |
Gets the sample rate of this data.
| - (long long) getTimeStamp |
Gets the raw's timestamp 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.