ZOOM Windows SDK
5.2.42037.1112
|
General setting interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual SDKError | EnableDualScreenMode (bool bEnable)=0 |
Enable or disable dual screen mode. More... | |
virtual bool | IsDualScreenModeEnabled ()=0 |
Determine if the dual screen mode is supported. More... | |
virtual SDKError | TurnOffAeroModeInSharing (bool bTurnoff)=0 |
Enable or disable the aero mode when sharing the screen. More... | |
virtual bool | IsAeroModeInSharingTurnOff ()=0 |
Determine if the aero mode is turned off when sharing the screen. More... | |
virtual SDKError | EnableAutoFitToWindowWhenViewSharing (bool bEnable)=0 |
Enable or disable to auto-fit the ZOOM window when viewing the shared content. More... | |
virtual bool | IsAutoFitToWindowWhenViewSharingEnabled ()=0 |
Determine if it is able to auto-fit the ZOOM window when viewing the shared content. More... | |
virtual SDKError | EnableAutoFullScreenVideoWhenJoinMeeting (bool bEnable)=0 |
Enable or disable to enter the full screen video mode automatically when join meeting. More... | |
virtual bool | IsAutoFullScreenVideoWhenJoinMeetingEnabled ()=0 |
Determine if it is able to enter the full screen video mode automatically when join meeting. More... | |
virtual SDKError | EnableAutoFullScreenVideoWhenViewShare (bool bEnable)=0 |
Enable or disable to enter the full screen video mode automatically when viewing the sharing. More... | |
virtual bool | IsAutoFullScreenVideoWhenViewShareEnabled ()=0 |
Determine if it is enable to enter the full screen video mode automatically when viewing the sharing. More... | |
virtual SDKError | EnableSplitScreenMode (bool bEnable)=0 |
Enable or disable to use the split screen mode, which enables the attendees to view the lectures or the gallery. More... | |
virtual bool | IsSplitScreenModeEnabled ()=0 |
Determine if the split screen mode is enabled. More... | |
virtual SDKError | EnableDisplayReminderWindowWhenExit (bool bEnable)=0 |
Enable/Disable reminder window when user exits the meeting. Available only for normal attendees (non-host). More... | |
virtual bool | IsDisplayReminderWindowWhenExitEnabled ()=0 |
Determine if reminder window is enabled when user exits the meeting. More... | |
virtual SDKError | EnableShowMyMeetingElapseTime (bool bEnable)=0 |
Enable/Disable to show the elapsed time of the meeting. More... | |
virtual bool | IsShowMyMeetingElapseTimeEnabled ()=0 |
Determine if showing elapsed time of the meeting is enabled. More... | |
virtual bool | IsCurrentOSSupportAccelerateGPUWhenShare ()=0 |
Determine if the operating system supports the GPU acceleration when user shares. More... | |
virtual SDKError | EnableAccelerateGPUWhenShare (bool bEnable)=0 |
Enable/Disable the GPU acceleration when user shares. More... | |
virtual SDKError | IsAccelerateGPUWhenShareEnabled (bool &bEnable)=0 |
Determine if GPU acceleration is enabled when user shares. More... | |
virtual SDKError | EnableRemoteControlAllApplications (bool bEnable)=0 |
Enable/disable remote control of all applications. More... | |
virtual bool | IsRemoteControlAllApplicationsEnabled ()=0 |
Determine if remote control of all applications is enabled. More... | |
virtual SDKError | EnableGreenBorderWhenShare (bool bEnable)=0 |
Set the visibility of the green border when sharing the application. More... | |
virtual bool | IsGreenBorderEnabledWhenShare ()=0 |
Determine if the green border is enabled when user shares. More... | |
virtual bool | IsLimitFPSEnabledWhenShare ()=0 |
Determine if the 'limited sharing fps' feature is enabled when user shares. More... | |
virtual SDKError | EnableLimitFPSWhenShare (bool bEnable)=0 |
Enable/disable the 'limited sharing fps' feature when uses shares. More... | |
virtual LimitFPSValue | GetLimitFPSValueWhenShare ()=0 |
Get the limited sharing fps value when the 'limited sharing fps' feature is enabled. | |
virtual SDKError | SetLimitFPSValueWhenShare (LimitFPSValue value)=0 |
Set the limited sharing fps value when the 'limited sharing fps' feature is enabled. More... | |
General setting interface.
|
pure virtual |
Enable/Disable the GPU acceleration when user shares.
bEnable | TRUE indicates to enable the acceleration. FALSE not. |
|
pure virtual |
Enable or disable to auto-fit the ZOOM window when viewing the shared content.
bEnable | TRUE indicates to resize automatically. |
|
pure virtual |
Enable or disable to enter the full screen video mode automatically when join meeting.
bEnable | TRUE indicates to enter the full screen video mode. |
|
pure virtual |
Enable or disable to enter the full screen video mode automatically when viewing the sharing.
bEnable | TRUE indicates to enter the full screen video mode. |
|
pure virtual |
Enable/Disable reminder window when user exits the meeting. Available only for normal attendees (non-host).
bEnable | TRUE indicates to enable reminder window. |
|
pure virtual |
Enable or disable dual screen mode.
bEnable | TRUE indicates to set to enable the dual screen mode. |
|
pure virtual |
Set the visibility of the green border when sharing the application.
bShow | TRUE indicates to display the frame. FALSE hide. |
|
pure virtual |
Enable/disable the 'limited sharing fps' feature when uses shares.
bEnable | TRUE indicates to enable the litmited fps feature. FALSE hide. |
|
pure virtual |
Enable/disable remote control of all applications.
bEnable | TRUE indicates to enable the remote control. FALSE not. |
|
pure virtual |
Enable/Disable to show the elapsed time of the meeting.
bEnable | TRUE indicates to show the elapsed time. FALSE not. |
|
pure virtual |
Enable or disable to use the split screen mode, which enables the attendees to view the lectures or the gallery.
bEnable | TRUE indicates to enter the split screen mode. |
|
pure virtual |
Determine if GPU acceleration is enabled when user shares.
[out] |
|
pure virtual |
Determine if the aero mode is turned off when sharing the screen.
|
pure virtual |
Determine if it is able to auto-fit the ZOOM window when viewing the shared content.
|
pure virtual |
Determine if it is able to enter the full screen video mode automatically when join meeting.
|
pure virtual |
Determine if it is enable to enter the full screen video mode automatically when viewing the sharing.
|
pure virtual |
Determine if the operating system supports the GPU acceleration when user shares.
|
pure virtual |
Determine if reminder window is enabled when user exits the meeting.
|
pure virtual |
Determine if the dual screen mode is supported.
|
pure virtual |
Determine if the green border is enabled when user shares.
|
pure virtual |
Determine if the 'limited sharing fps' feature is enabled when user shares.
|
pure virtual |
Determine if remote control of all applications is enabled.
|
pure virtual |
Determine if showing elapsed time of the meeting is enabled.
|
pure virtual |
Determine if the split screen mode is enabled.
|
pure virtual |
Set the limited sharing fps value when the 'limited sharing fps' feature is enabled.
value | Specifies the limited fps value. It validates only when the 'limited sharing fps' feature is enabled. |
|
pure virtual |
Enable or disable the aero mode when sharing the screen.
bTurnoff | TRUE indicates to turn off the aero mode when sharing the screen. |