|
Meeting SDK for Windows API Reference
|
Share setting interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
| virtual SDKError | EnableAutoFitToWindowWhenViewSharing (bool bEnable)=0 |
| Enables or disable to auto-fit the ZOOM window when viewing the shared content. | |
| virtual bool | IsAutoFitToWindowWhenViewSharingEnabled ()=0 |
| Determines if it is able to auto-fit the ZOOM window when viewing the shared content. | |
| virtual SDKError | EnableTCPConnectionWhenSharing (bool bEnable)=0 |
| Enables or disable TCP connecting when sharing. | |
| virtual bool | IsTCPConnectionWhenSharing ()=0 |
| Determines if it is enable use TCP connection when sharing. | |
| virtual bool | IsCurrentOSSupportAccelerateGPUWhenShare ()=0 |
| Determines 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 |
| Determines if GPU acceleration is enabled when user shares. | |
| virtual SDKError | EnableGreenBorderWhenShare (bool bEnable)=0 |
| Sets the visibility of the green border when sharing the application. | |
| virtual bool | IsGreenBorderEnabledWhenShare ()=0 |
| Determines if the green border is enabled when user shares. | |
| virtual bool | IsLimitFPSEnabledWhenShare ()=0 |
| Determines 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 |
| Gets the limited sharing fps value when the 'limited sharing fps' feature is enabled. | |
| virtual SDKError | SetLimitFPSValueWhenShare (LimitFPSValue value)=0 |
| Sets 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 |
| Determines if it is enable to show the userself's app window when shares. | |
| virtual bool | IsSupportShowMyAppWindowWhenShare ()=0 |
| Determines if the feature that showing the userself's app window when shares is supported. | |
| virtual bool | IsDoNotDisturbInSharingOn ()=0 |
| Determines 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 |
| Determines 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 |
| Determines if GPU acceleration is enabled when a user shares video. | |
| virtual SDKError | EnableShareContentFlashDetection (bool bEnable)=0 |
| Enable or disable automatic video dimming when sharing flashing content. When enabled, the video is automatically dimmed when the shared content contains flashing elements. | |
| virtual bool | IsShareContentFlashDetectionEnabled ()=0 |
| Query whether automatic dimming of video when sharing content flashes is enabled. | |
Share setting interface.
Definition at line 2829 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 |
Enables 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 |
Sets 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. |
|
pure virtual |
Enable/Disable the GPU acceleration when user shares video.
| bEnable | true indicates to enable the 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 or disable automatic video dimming when sharing flashing content. When enabled, the video is automatically dimmed when the shared content contains flashing elements.
| enable | true to enable automatic dimming, false to disable. |
|
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 |
Enables or disable TCP connecting when sharing.
| bEnable | true indicates to use TCP connecting when sharing. |
|
pure virtual |
Gets the limited sharing fps value when the 'limited sharing fps' feature is enabled.
|
pure virtual |
Determines 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 |
Determines if GPU acceleration is enabled when user use annotations on a shared screen or whiteboard.
| [out] |
true indicates the GPU acceleration is enabled. It validates only when the return value is SDKERR_SUCCESS.
|
pure virtual |
Determines if it is able to auto-fit the ZOOM window when viewing the shared content.
|
pure virtual |
Determines if the operating system supports the GPU acceleration when user shares.
|
pure virtual |
Determines if it is silence system notification when sharing on.
|
pure virtual |
Determines if the green border is enabled when user shares.
|
pure virtual |
Determines if the 'limited sharing fps' feature is enabled when user shares.
|
pure virtual |
Query whether automatic dimming of video when sharing content flashes is enabled.
|
pure virtual |
Determines if it is enable to show the userself's app window when shares.
|
pure virtual |
Determines if the feature that showing the userself's app window when shares is supported.
|
pure virtual |
Determines if it is enable use TCP connection when sharing.
|
pure virtual |
Determines 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 |
Sets 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. |