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. | |
A Class contains the information of audio raw data.
Definition at line 15 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 20 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Audio buffer data length.
Definition at line 25 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Number of audio channels.
Definition at line 35 of file ZoomVideoSDKAudioRawData.h.
|
readwritenonatomicassign |
Audio sampling rate.
Definition at line 30 of file ZoomVideoSDKAudioRawData.h.