Production studio controller interface.
More...
#include <meeting_production_studio_ctrl_interface.h>
Production studio controller interface.
Definition at line 87 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 |
Determine whether the current meeting production mode has started.
- Returns
- True indicates to started.
◆ IsSupportPSMode()
virtual bool IMeetingProductionStudioController::IsSupportPSMode |
( |
| ) |
|
|
pure virtual |
Determine whether the current meeting supports the production mode or not.
- 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.
- Note
- The SDK use pEvent to transmit the callback event to the user's application. If the function is not called or fails, the user's application is unable to retrieve the callback event.
◆ 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.