|
Video SDK for iOS API Reference
|
A class that contains the information of audio raw data. More...
#include <ZoomVideoSDKAudioRawData.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canAddRef |
| Determines whether the reference count for the interface pointer can be increased. | |
| (BOOL) | - addRef |
| Increases reference count by 1. Adding a reference will ensure that the raw data buffer will not be released. | |
| (NSInteger) | - releaseRef |
| Decreases reference count by 1. | |
Properties | |
| char * | buffer |
| Gets the pointer of audio buffer data. | |
| NSInteger | bufferLen |
| Gets the audio buffer data length. | |
| NSInteger | sampleRate |
| Gets the audio sampling rate. | |
| NSInteger | channelNum |
| Gets the number of audio channels. | |
| NSDate * | timeStamp |
| Gets the timestamp of audio data. | |
A class that contains the information of audio raw data.
Definition at line 12 of file ZoomVideoSDKAudioRawData.h.
| - (BOOL) addRef |
Increases reference count by 1. Adding a reference will ensure that the raw data buffer will not be released.
| - (BOOL) canAddRef |
Determines whether the reference count for the interface pointer can be increased.
| - (NSInteger) releaseRef |
Decreases reference count by 1.
|
readwritenonatomicassign |
Gets the pointer of audio buffer data.
Definition at line 17 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Gets the audio buffer data length.
Definition at line 22 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Gets the number of audio channels.
Definition at line 32 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Gets the audio sampling rate.
Definition at line 27 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicstrong |
Gets the timestamp of audio data.
Definition at line 37 of file ZoomVideoSDKAudioRawData.h.