|
Meeting SDK for Windows API Reference
|
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. | |
| virtual SDKError | SetWindowSizeTypeWhenViewShare (WindowSizeType eType)=0 |
| Set the window size type when viewing the sharing. | |
| virtual WindowSizeType | GetWindowSizeTypeWhenViewShare ()=0 |
| Get the window size type when view share. | |
| virtual SDKError | EnableRemoteControlAllApplications (bool bEnable)=0 |
| Enable/disable remote control of all applications. | |
| virtual bool | IsRemoteControlAllApplicationsEnabled ()=0 |
| Determine if remote control of all applications is enabled. | |
| virtual SDKError | GetShareOptionWhenShareInMeeting (ShareOptionInMeeting &shareOption)=0 |
| Get the share option in meeting. | |
| virtual SDKError | SetShareOptionWhenShareInMeeting (ShareOptionInMeeting shareOption)=0 |
| Set the share option in meeting. | |
| virtual SDKError | GetShareOptionWhenShareApplication (ShareSelectMode &select_mode)=0 |
| Get the share select mode. | |
| virtual SDKError | SetShareOptionWhenShareApplication (ShareSelectMode select_mode)=0 |
| Set the share select mode. | |
| virtual SDKError | GetShareOptionWhenShareInDirectShare (ShareOptionToRoom &share_option)=0 |
| Get the share option to room. | |
| virtual SDKError | SetShareOptionWhenShareInDirectShare (ShareOptionToRoom share_option)=0 |
| Get the share option to room. | |
| virtual SDKError | SetScreenCaptureMode (ScreenCaptureMode capture_mode)=0 |
| set the screen capture mode. | |
| virtual SDKError | GetScreenCaptureMode (ScreenCaptureMode &capture_mode)=0 |
| Get the screen capture mode. | |
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 means to enable the acceleration. FALSE not. |
|
pure virtual |
Enable or disable to auto-fit the ZOOM window when viewing the shared content.
| bEnable | true means to resize automatically. |
|
pure virtual |
Enable/Disable to silence system notification when sharing on.
| bEnable | true means to silence system notification when sharing on. FALSE not. |
|
pure virtual |
Set the visibility of the green border when sharing the application.
| bShow | true means 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 means to enable acceleration. |
|
pure virtual |
Enable/Disable the GPU acceleration when user shares video.
| bEnable | true means to enable the acceleration. |
|
pure virtual |
Enable/disable the 'limited sharing fps' feature when uses shares.
| bEnable | true means to enable the litmited fps feature. FALSE hide. |
|
pure virtual |
Enable/disable remote control of all applications.
| bEnable | true means to enable the remote control. FALSE not. |
|
pure virtual |
Enable/Disable to show the userself's app window when shares.
| bEnable | true means to enable to show the window. FALSE not. |
|
pure virtual |
Enable or disable TCP connecting when sharing.
| bEnable | true means to use TCP connecting when sharing. |
|
pure virtual |
Get the limited sharing fps value when the 'limited sharing fps' feature is enabled.
|
pure virtual |
Get the screen capture mode.
| [out] | capture_mode | Specifies the screen capture mode. |
|
pure virtual |
Get the share select mode.
| [out] | select_mode | Specifies the share select mode. |
|
pure virtual |
Get the share option to room.
| [out] | share_option | Specifies the share option to room. |
|
pure virtual |
Get the share option in meeting.
| [out] | shareOption | Specifies the share option in meeting. |
|
pure virtual |
Get the window size type when view share.
|
pure virtual |
Determine if GPU acceleration is enabled when user shares.
| [out] |
true means 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 means the GPU acceleration is enabled. 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 remote control of all applications is enabled.
|
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 means 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. |
|
pure virtual |
set the screen capture mode.
| capture_mode | Specifies the screen capture mode. |
|
pure virtual |
Set the share select mode.
| select_mode | Specifies the share select mode. |
|
pure virtual |
Get the share option to room.
| share_option | Specifies the share option to room. |
|
pure virtual |
Set the share option in meeting.
| shareOption | Specifies the share option in meeting. |
|
pure virtual |
Set the window size type when viewing the sharing.
| eType | Specifies the window size type. |