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