Video SDK for Windows API Reference
|
Audio raw data sender interface. More...
#include <zoom_video_sdk_audio_send_rawdata_interface.h>
Public Member Functions | |
virtual | ~IZoomVideoSDKAudioSender () |
virtual ZoomVideoSDKErrors | Send (char *data, unsigned int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel=ZoomVideoSDKAudioChannel_Mono)=0 |
Send audio raw data. Audio sample must be 16-bit audio. | |
Audio raw data sender interface.
Definition at line 15 of file zoom_video_sdk_audio_send_rawdata_interface.h.
|
inlinevirtual |
Definition at line 18 of file zoom_video_sdk_audio_send_rawdata_interface.h.
|
pure virtual |
Send audio raw data. Audio sample must be 16-bit audio.
data | the audio data¡¯s address. |
data_length | the audio data¡¯s length. Must be an even number. |
sample_rate | the audio data¡¯s sampling rate. |