#include <meeting_production_studio_ctrl_interface.h>
◆ ~IZoomSDKPSSender()
virtual IZoomSDKPSSender::~IZoomSDKPSSender |
( |
| ) |
|
|
inlinevirtual |
◆ sendAudio()
virtual SDKError IZoomSDKPSSender::sendAudio |
( |
char * | data, |
|
|
unsigned int | data_length, |
|
|
int | sample_rate, |
|
|
ZoomSDKAudioChannel | channelNum ) |
|
pure virtual |
Send audio raw data.
- Parameters
-
data | The audio data address. |
data_length | The audio data length. Must be an even number. |
sample_rate | The audio data sampling rate. Support 32k and 48k. 48k is recommended |
channelNum | Channel number. For more details, see ZoomSDKAudioChannel enum. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ sendVideoFrame()
Send video raw data.
- Parameters
-
frameBuffer | The video data address. |
format | The video data format. For more details, see FrameDataFormat enum. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.