Share setting interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual SDKError | EnableAutoFitToWindowWhenViewSharing (bool bEnable)=0 |
Enable or disable to auto-fit the ZOOM window when viewing the shared content. | |
virtual bool | IsAutoFitToWindowWhenViewSharingEnabled ()=0 |
Determine if it is able to auto-fit the ZOOM window when viewing the shared content. | |
virtual SDKError | EnableTCPConnectionWhenSharing (bool bEnable)=0 |
Enable or disable TCP connecting when sharing. | |
virtual bool | IsTCPConnectionWhenSharing ()=0 |
Determine if it is enable use TCP connection when sharing. | |
virtual bool | IsCurrentOSSupportAccelerateGPUWhenShare ()=0 |
Determine if the operating system supports the GPU acceleration when user shares. | |
virtual SDKError | EnableAccelerateGPUWhenShare (bool bEnable)=0 |
Enable/Disable the GPU acceleration when user shares. | |
virtual SDKError | IsAccelerateGPUWhenShareEnabled (bool &bEnable)=0 |
Determine if GPU acceleration is enabled when user shares. | |
virtual SDKError | EnableGreenBorderWhenShare (bool bEnable)=0 |
Set the visibility of the green border when sharing the application. | |
virtual bool | IsGreenBorderEnabledWhenShare ()=0 |
Determine if the green border is enabled when user shares. | |
virtual bool | IsLimitFPSEnabledWhenShare ()=0 |
Determine if the 'limited sharing fps' feature is enabled when user shares. | |
virtual SDKError | EnableLimitFPSWhenShare (bool bEnable)=0 |
Enable/disable the 'limited sharing fps' feature when uses shares. | |
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. | |
virtual SDKError | EnableShowMyAppWindowWhenShare (bool bEnable)=0 |
Enable/Disable to show the userself's app window when shares. | |
virtual bool | IsShowMyAppWindowWhenShareEnabled ()=0 |
Determine if it is enable to show the userself's app window when shares. | |
virtual bool | IsSupportShowMyAppWindowWhenShare ()=0 |
Determine if the feature that showing the userself's app window when shares is supported. | |
virtual bool | IsDoNotDisturbInSharingOn ()=0 |
Determine if it is silence system notification when sharing on. | |
virtual SDKError | EnableDoNotDisturbInSharing (bool bEnable)=0 |
Enable/Disable to silence system notification when sharing on. | |
virtual SDKError | EnableHardwareAcceleratedAnnotation (bool bEnable)=0 |
Enable/Disable the GPU acceleration when a user adds annotations on a shared screen or whiteboard. | |
virtual SDKError | IsAnnotationHardwareAccelerated (bool &bEnable)=0 |
Determine if GPU acceleration is enabled when user use annotations on a shared screen or whiteboard. | |
virtual SDKError | EnableHardwareAcceleratedVideoSharing (bool bEnable)=0 |
Enable/Disable the GPU acceleration when user shares video. | |
virtual SDKError | IsVideoSharingHardwareAccelerated (bool &bEnable)=0 |
Determine if GPU acceleration is enabled when a user shares video. | |
Share setting interface.
Definition at line 2147 of file setting_service_interface.h.
|
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/Disable to silence system notification when sharing on.
bEnable | TRUE indicates to silence system notification when sharing on. FALSE not. |
|
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 GPU acceleration when a user adds annotations on a shared screen or whiteboard.
bEnable | TRUE indicates to enable acceleration. FALSE indicates to not enable acceleration. |
|
pure virtual |
Enable/Disable the GPU acceleration when user shares video.
bEnable | TRUE indicates to enable the acceleration. FALSE indicates to not enable acceleration. |
|
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 to show the userself's app window when shares.
bEnable | TRUE indicates to enable to show the window. FALSE not. |
|
pure virtual |
Enable or disable TCP connecting when sharing.
bEnable | TRUE indicates to use TCP connecting when sharing. |
|
pure virtual |
Get the limited sharing fps value when the 'limited sharing fps' feature is enabled.
|
pure virtual |
Determine if GPU acceleration is enabled when user shares.
[out] |
TRUE indicates the GPU acceleration is enabled. FALSE not. It validates only when the return value is SDKErr_Success.
|
pure virtual |
Determine if GPU acceleration is enabled when user use annotations on a shared screen or whiteboard.
[out] |
TRUE indicates the GPU acceleration is enabled. FALSE not. It validates only when the return value is SDKErr_Success.
|
pure virtual |
Determine if it is able to auto-fit the ZOOM window when viewing the shared content.
|
pure virtual |
Determine if the operating system supports the GPU acceleration when user shares.
|
pure virtual |
Determine if it is silence system notification when sharing on.
|
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 it is enable to show the userself's app window when shares.
|
pure virtual |
Determine if the feature that showing the userself's app window when shares is supported.
|
pure virtual |
Determine if it is enable use TCP connection when sharing.
|
pure virtual |
Determine if GPU acceleration is enabled when a user shares video.
[out] |
TRUE indicates the GPU acceleration is enabled. FALSE indicates the GPU acceleration is not. It validates only when the return value is SDKErr_Success.
|
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. |