|
Meeting SDK for Windows API Reference
|
Video setting interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
| virtual IList< ICameraInfo * > * | GetCameraList ()=0 |
| Gets camera device list. | |
| virtual SDKError | SelectCamera (const zchar_t *deviceId)=0 |
| Select camera device. | |
| virtual SDKError | EnableFaceBeautyEffect (bool bEnable)=0 |
| Enables or disable the video facial beauty effect. | |
| virtual bool | IsFaceBeautyEffectEnabled ()=0 |
| Gets the flag to enable/disable the video facial beauty effect. | |
| virtual unsigned int | GetFaceBeautyStrengthValue ()=0 |
| Gets the video facial beauty strength value. | |
| virtual SDKError | SetFaceBeautyStrengthValue (unsigned int beautyStrengthValue)=0 |
| Sets the video facial beauty strength value. | |
| virtual SDKError | EnableLightAdaption (bool bEnable, VIDEO_LIGHT_ADAPTION_TYPE lightAdaptionType, double manualValue)=0 |
| Enables or disable the light adaption of the video. | |
| virtual bool | IsLightAdaptionEnabled ()=0 |
| Gets the flag to enable/disable the light adaption of the video. | |
| virtual VIDEO_LIGHT_ADAPTION_TYPE | GetLightAdaptionType ()=0 |
| Gets the light adaption type of the video. | |
| virtual double | GetLightAdaptionManualValue ()=0 |
| Gets the manual setting value for the light adaption of the video. | |
| virtual SDKError | EnableHDVideo (bool bEnable)=0 |
| Enables or disable HD video. | |
| virtual bool | IsHDVideoEnabled ()=0 |
| Gets the flag to enable/disable the HD video. | |
| virtual SDKError | EnableAlwaysUseOriginalSizeVideo (bool bEnable)=0 |
| Enables or disable always use original size video. | |
| virtual bool | IsAlwaysUseOriginalSizeVideo ()=0 |
| Gets the flag to enable/disable always use original size video. | |
| virtual SDKError | EnableTemporalDeNoise (bool bEnable)=0 |
| Enables or disable video de-noise. | |
| virtual bool | IsTemporalDeNoiseEnabled ()=0 |
| Gets the flag to enable/disable the video de-noise. | |
| virtual SDKError | EnableAlwaysShowNameOnVideo (bool bEnable)=0 |
| Enables or disable to show the username on the video. | |
| virtual bool | IsAlwaysShowNameOnVideoEnabled ()=0 |
| Gets the flag to enable/disable to show the username on video. | |
| virtual SDKError | EnableAutoTurnOffVideoWhenJoinMeeting (bool bEnable)=0 |
| Enables or disable to turn off the video when join meeting. | |
| virtual bool | IsAutoTurnOffVideoWhenJoinMeetingEnabled ()=0 |
| Gets the flag to enable to turn off the video when join meeting. | |
| virtual SDKError | SetVideoDeviceEvent (IVideoSettingContextEvent *pEvent)=0 |
| Video device monitor callback event. | |
| virtual SDKError | EnableVideoAutoFraming (AutoFramingMode mode, AutoFramingParameter ¶m)=0 |
| Enables my video auto-framing. | |
| virtual bool | IsVideoAutoFramingEnabled ()=0 |
| Determines whether auto-framing is enabled. | |
| virtual SDKError | GetVideoAutoFramingMode (AutoFramingMode &mode)=0 |
| Gets current mode of auto-framing. | |
| virtual SDKError | SetVideoAutoFramingMode (AutoFramingMode mode)=0 |
| Sets the mode of auto-framing when auto-framing is enabled. | |
| virtual SDKError | SetVideoAutoFramingRatio (float ratio)=0 |
| Sets the zoom in ratio of auto-framing when auto-framing is enabled. | |
| virtual SDKError | SetFaceRecognitionFailStrategy (FaceRecognitionFailStrategy strategy)=0 |
| Sets the fail strategy of face recognition when auto-framing is enabled(mode is "AutoFramingMode_face_recognition") | |
| virtual SDKError | GetVideoAutoFramingSetting (AutoFramingMode mode, AutoFramingParameter ¶m)=0 |
| Gets the setting of auto-framing. | |
| virtual SDKError | DisableVideoAutoFraming ()=0 |
| Stops video auto-framing. | |
| virtual SDKError | EnableOptimizeVideoQuality (bool bEnable)=0 |
| Enables or disable optimizing received video quality when facing network issues for a variety of reasons. | |
| virtual bool | IsOptimizeVideoQualityEnabled ()=0 |
| Determines if optimizing received video quality is enabled. | |
| virtual bool | IsOptimizeVideoQualitySupported ()=0 |
| Determines if optimizing received video quality is supported. | |
Video setting interface.
Definition at line 965 of file setting_service_interface.h.
|
pure virtual |
Stops video auto-framing.
|
pure virtual |
Enables or disable to show the username on the video.
| bEnable | true indicates to show the username on the video. |
|
pure virtual |
Enables or disable always use original size video.
| bEnable | true indicates to enable always use original size video. |
|
pure virtual |
Enables or disable to turn off the video when join meeting.
| bEnable | true indicates to enable to turn off the video when join meeting |
|
pure virtual |
Enables or disable the video facial beauty effect.
| bEnable | true indicates to enable the video facial beauty effect. |
|
pure virtual |
Enables or disable HD video.
| bEnable | true indicates to enable the HD video. |
|
pure virtual |
Enables or disable the light adaption of the video.
| bEnable | true indicates to enable the light adaption of the video. |
| lightAdaptionType | true indicates the type to adjust the low light. If bEnable is true, the default value of lightAdaptionType is Light_Adaption_Auto. |
| manualValue | The value is only effective when the bAutoAdaption is false. The value should between 0 to 100. |
|
pure virtual |
Enables or disable optimizing received video quality when facing network issues for a variety of reasons.
| bEnable | true indicates to enable this feature. Otherwise disable this feature. |
|
pure virtual |
Enables or disable video de-noise.
| bEnable | true indicates to enable video de-noise. |
|
pure virtual |
Enables my video auto-framing.
| mode | the auto-framing mode. |
| param | the auto-framing parameter. |
|
pure virtual |
Gets camera device list.
|
pure virtual |
Gets the video facial beauty strength value.
|
pure virtual |
Gets the manual setting value for the light adaption of the video.
|
pure virtual |
Gets the light adaption type of the video.
|
pure virtual |
Gets current mode of auto-framing.
| mode | the auto-framing mode. |
|
pure virtual |
Gets the setting of auto-framing.
| mode | the auto-framing mode. |
| param | the auto-framing parameter. |
|
pure virtual |
Gets the flag to enable/disable to show the username on video.
|
pure virtual |
Gets the flag to enable/disable always use original size video.
|
pure virtual |
Gets the flag to enable to turn off the video when join meeting.
|
pure virtual |
Gets the flag to enable/disable the video facial beauty effect.
|
pure virtual |
Gets the flag to enable/disable the HD video.
|
pure virtual |
Gets the flag to enable/disable the light adaption of the video.
|
pure virtual |
Determines if optimizing received video quality is enabled.
|
pure virtual |
Determines if optimizing received video quality is supported.
|
pure virtual |
Gets the flag to enable/disable the video de-noise.
|
pure virtual |
Determines whether auto-framing is enabled.
Select camera device.
| deviceId | Specify a device to be selected. |
|
pure virtual |
Sets the video facial beauty strength value.
| beautyStrengthValue | The value is only effective when the video facial beauty effect is enabled. The value should between 0 to 100. |
|
pure virtual |
Sets the fail strategy of face recognition when auto-framing is enabled(mode is "AutoFramingMode_face_recognition")
| strategy | the fail strategy of face recognition. |
|
pure virtual |
Sets the mode of auto-framing when auto-framing is enabled.
| mode | the auto-framing mode. |
|
pure virtual |
Sets the zoom in ratio of auto-framing when auto-framing is enabled.
| ratio | the zoom in ratio of auto-framing, valid range of ratio: a. mode is "AutoFramingMode_center_coordinates", 1~10 b. mode is "AutoFramingMode_face_recognition", 0.1~10 |
|
pure virtual |
Video device monitor callback event.
| pEvent | A pointer to the IVideoSettingContextEvent. |