Recording setting interface.
More...
#include <setting_service_interface.h>
Recording setting interface.
◆ CanGetCloudRecordingStorageInfo()
virtual bool IRecordingSettingContext::CanGetCloudRecordingStorageInfo |
( |
| ) |
|
|
pure virtual |
Check if the user has the privilege to get the storage information for cloud recording.
- Returns
- TRUE indicates the user has the privilege. FALSE not.
◆ CanGetRecordingManagementURL()
virtual SDKError IRecordingSettingContext::CanGetRecordingManagementURL |
( |
bool & |
bEnable | ) |
|
|
pure virtual |
Set if it is able to get recording management URL.
- Parameters
-
◆ EnableAddTimestampWatermark()
virtual SDKError IRecordingSettingContext::EnableAddTimestampWatermark |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Enable/Disable watermark of timestamp.
- Parameters
-
bEnable | TRUE indicates enabled. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableMultiAudioStreamRecord()
virtual SDKError IRecordingSettingContext::EnableMultiAudioStreamRecord |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Enable/Disable multi-audio stream recording.
- Parameters
-
bEnable | TRUE indicates enabled. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableOptimizeFor3rdPartyVideoEditor()
virtual SDKError IRecordingSettingContext::EnableOptimizeFor3rdPartyVideoEditor |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Enable/Disable the optimization for the third party video editor.
- Parameters
-
bEnable | TRUE indicates enabled. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnablePlaceVideoNextToShareInRecord()
virtual SDKError IRecordingSettingContext::EnablePlaceVideoNextToShareInRecord |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Enable/Disable placing the video layout next to the shared content in recording file.
- Parameters
-
bEnable | TRUE indicates enabled. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableSelectRecordFileLocationAfterMeeting()
virtual SDKError IRecordingSettingContext::EnableSelectRecordFileLocationAfterMeeting |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Set whether to enable the function of selecting the path to save the recording file after meeting.
- Parameters
-
bEnable | TRUE means to enable, FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ EnableShowVideoThumbnailWhenShare()
virtual SDKError IRecordingSettingContext::EnableShowVideoThumbnailWhenShare |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Enable/Disable showing the video thumbnail when sharing.
- Parameters
-
bEnable | TRUE indicates enabled. FALSE not. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetCloudRecordingStorageInfo()
virtual SDKError IRecordingSettingContext::GetCloudRecordingStorageInfo |
( |
| ) |
|
|
pure virtual |
Get the storage information of cloud recording.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum. If the return value is SDKErr_Success, IRecordingSettingContextEvent.onCloudRecordingStorageInfo() will be triggered after the infermation has be retrieved.
◆ GetRecordingManagementURL()
virtual const wchar_t* IRecordingSettingContext::GetRecordingManagementURL |
( |
| ) |
|
|
pure virtual |
Get the recording management URL.
- Returns
- TRUE indicates enabled. FALSE not.
◆ GetRecordingPath()
virtual const wchar_t* IRecordingSettingContext::GetRecordingPath |
( |
| ) |
|
|
pure virtual |
Get the path to save the recording file.
- Returns
- The path to save the recording file.
◆ IsAddTimestampWatermarkEnabled()
virtual bool IRecordingSettingContext::IsAddTimestampWatermarkEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the watermark of timestamps is enabled.
- Returns
- TRUE indicates enabled. FALSE not.
◆ IsMultiAudioStreamRecordEnabled()
virtual bool IRecordingSettingContext::IsMultiAudioStreamRecordEnabled |
( |
| ) |
|
|
pure virtual |
Determine if multi-audio stream recording is enabled.
- Returns
- TRUE indicates enabled. FALSE not.
◆ IsOptimizeFor3rdPartyVideoEditorEnabled()
virtual bool IRecordingSettingContext::IsOptimizeFor3rdPartyVideoEditorEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the third party video editor is enabled.
- Returns
- TRUE indicates enabled. FALSE not.
◆ IsPlaceVideoNextToShareInRecordEnabled()
virtual bool IRecordingSettingContext::IsPlaceVideoNextToShareInRecordEnabled |
( |
| ) |
|
|
pure virtual |
Determine if placing video next to the shared content in recording file is enabled.
- Returns
- TRUE indicates enabled. FALSE not.
◆ IsSelectRecordFileLocationAfterMeetingEnabled()
virtual bool IRecordingSettingContext::IsSelectRecordFileLocationAfterMeetingEnabled |
( |
| ) |
|
|
pure virtual |
Check if the function of selecting storage path for recording file is enabled.
- Returns
- TRUE indicates enabled. FALSE not.
◆ IsShowVideoThumbnailWhenShareEnabled()
virtual bool IRecordingSettingContext::IsShowVideoThumbnailWhenShareEnabled |
( |
| ) |
|
|
pure virtual |
Determine if video thumbnail is enabled when sharing.
- Returns
- TRUE indicates enabled. FALSE not.
◆ SetRecordingPath()
virtual SDKError IRecordingSettingContext::SetRecordingPath |
( |
const wchar_t * |
szPath | ) |
|
|
pure virtual |
Set the path to save the recording file.
- Parameters
-
szPath | Specify the path to save the recording file. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetRecordingSettingEvent()
Set the event of recording settings.
- Parameters
-
pEvent | The event of recording settings. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: