Production studio controller interface.
More...
#include <meeting_production_studio_ctrl_interface.h>
Production studio controller interface.
Definition at line 68 of file meeting_production_studio_ctrl_interface.h.
◆ CanStartPSMode()
virtual bool IMeetingProductionStudioController::CanStartPSMode |
( |
| ) |
|
|
pure virtual |
Determine whether you have permission to start production studio. Only host or co-host can start production studio mode.
- Returns
- True indicates you can start production studio mode.
◆ GetPSUserID()
virtual unsigned int IMeetingProductionStudioController::GetPSUserID |
( |
| ) |
|
|
pure virtual |
Get the user ID of current production studio user.
◆ IsPSModeStarted()
virtual bool IMeetingProductionStudioController::IsPSModeStarted |
( |
| ) |
|
|
pure virtual |
- Returns
- True indicates to started.
◆ IsSupportPSMode()
virtual bool IMeetingProductionStudioController::IsSupportPSMode |
( |
| ) |
|
|
pure virtual |
- Returns
- True indicates to support.
◆ SetEvent()
Configure the meeting production studio controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ StartPSMode()
Start production studio mode.
- Parameters
-
capability | Specify the format description of the video data send. For more details, see PSVideoSourceCapability enum. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.
◆ StopPSMode()
virtual SDKError IMeetingProductionStudioController::StopPSMode |
( |
| ) |
|
|
pure virtual |
Stop production studio mode.
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.