Video SDK for MacOS API Reference
|
Represents raw audio data received from the SDK. More...
#include <ZMVideoSDKAudioHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canAddRef |
Determine if the reference count for the interface pointer can be increased. | |
(BOOL) | - addRef |
Add one to the reference count. | |
(int) | - releaseRef |
Subtract one from the reference count. | |
Properties | |
char * | buffer |
Buffer data. | |
unsigned int | bufferLen |
Buffer length of this data. | |
unsigned int | sampleRate |
Sample rate of this data. | |
unsigned int | channelNum |
Channel number of this data. | |
long long | timeStamp |
Millisecond timestamp. | |
Represents raw audio data received from the SDK.
Definition at line 16 of file ZMVideoSDKAudioHelper.h.
- (BOOL) addRef |
Add one to the reference count.
- (BOOL) canAddRef |
Determine if the reference count for the interface pointer can be increased.
- (int) releaseRef |
Subtract one from the reference count.
|
readnonatomicassign |
Buffer data.
Definition at line 21 of file ZMVideoSDKAudioHelper.h.
|
readnonatomicassign |
Buffer length of this data.
Definition at line 26 of file ZMVideoSDKAudioHelper.h.
|
readnonatomicassign |
Channel number of this data.
Definition at line 36 of file ZMVideoSDKAudioHelper.h.
|
readnonatomicassign |
Sample rate of this data.
Definition at line 31 of file ZMVideoSDKAudioHelper.h.
|
readnonatomicassign |
Millisecond timestamp.
Definition at line 40 of file ZMVideoSDKAudioHelper.h.