#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. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails.
◆ sendVideoFrame()
Send video raw data.
- Parameters
-
| frameBuffer | The video data address. |
| format | The video data format. |
- Note
- The params width, height, format should be consistent with param capability of StartPSMode.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails.