Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ISettingService Class Referenceabstract

Meeting setting interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual IGeneralSettingContextGetGeneralSettings ()=0
 Get general setting interface.
 
virtual IAudioSettingContextGetAudioSettings ()=0
 Get audio setting interface.
 
virtual IVideoSettingContextGetVideoSettings ()=0
 Get video setting interface.
 
virtual IRecordingSettingContextGetRecordingSettings ()=0
 Get recording setting interface.
 
virtual IStatisticSettingContextGetStatisticSettings ()=0
 Get statistic settings interface.
 
virtual IShareSettingContextGetShareSettings ()=0
 Get share settings interface.
 
virtual IWallpaperSettingContextGetWallpaperSettings ()=0
 Get wallpaper settings interface.
 

Detailed Description

Meeting setting interface.

Definition at line 2336 of file setting_service_interface.h.

Member Function Documentation

◆ GetAudioSettings()

virtual IAudioSettingContext * ISettingService::GetAudioSettings ( )
pure virtual

Get audio setting interface.

Returns
If the function succeeds, the return value an object pointer to IAudioSettingContext. Otherwise failed, returns nullptr. For more details, see IAudioSettingContext.

◆ GetGeneralSettings()

virtual IGeneralSettingContext * ISettingService::GetGeneralSettings ( )
pure virtual

Get general setting interface.

Returns
If the function succeeds, the return value is an object pointer to IGeneralSettingContext. Otherwise failed, returns nullptr. For more details, see IGeneralSettingContext.

◆ GetRecordingSettings()

virtual IRecordingSettingContext * ISettingService::GetRecordingSettings ( )
pure virtual

Get recording setting interface.

Returns
If the function succeeds, the return value is an object pointer to IRecordingSettingContext. Otherwise failed, returns nullptr. For more details, see IRecordingSettingContext.

◆ GetShareSettings()

virtual IShareSettingContext * ISettingService::GetShareSettings ( )
pure virtual

Get share settings interface.

Returns
If the function succeeds, the return value is an object pointer to IShareSettingContext. Otherwise failed, returns nullptr. For more details, see IShareSettingContext.

◆ GetStatisticSettings()

virtual IStatisticSettingContext * ISettingService::GetStatisticSettings ( )
pure virtual

Get statistic settings interface.

Returns
If the function succeeds, the return value is an object pointer to IStatisticSettingContext. Otherwise failed, returns nullptr. For more details, see IStatisticSettingContext.

◆ GetVideoSettings()

virtual IVideoSettingContext * ISettingService::GetVideoSettings ( )
pure virtual

Get video setting interface.

Returns
If the function succeeds, the return value is an object pointer to IVideoSettingContext. Otherwise failed, returns nullptr. For more details, see IVideoSettingContext.

◆ GetWallpaperSettings()

virtual IWallpaperSettingContext * ISettingService::GetWallpaperSettings ( )
pure virtual

Get wallpaper settings interface.

Returns
If the function succeeds, the return value is an object pointer to IWallpaperSettingContext. Otherwise failed, returns nullptr. For more details, see IWallpaperSettingContext.