#include <rawdata_share_source_helper_interface.h>
◆ ~IZoomSDKShareAudioSender()
virtual IZoomSDKShareAudioSender::~IZoomSDKShareAudioSender |
( |
| ) |
|
|
inlinevirtual |
◆ sendShareAudio()
virtual SDKError IZoomSDKShareAudioSender::sendShareAudio |
( |
char * | data, |
|
|
unsigned int | data_length, |
|
|
int | sample_rate, |
|
|
ZoomSDKAudioChannel | channel ) |
|
pure virtual |
Send audio raw data.
- Parameters
-
data | The audio data��s address. |
data_length | The audio data��s length, in even numbers. |
sample_rate | The audio data��s sampling rate. |
channel | The channel type. Supported audio data properties: Channels: mono and stereo When the channel is mono, supported sample rates: 8000/11025/16000/32000/44100/48000/50000/50400/96000/192000 When the channel is stereo, supported sample rates: 8000/16000/32000/44100/48000/50000/50400/96000 resolution: little-endian, 16bit |