Package ai.nexconn.call.api
Class INCCallVideoConfig.Builder
java.lang.Object
ai.nexconn.call.api.INCCallVideoConfig.Builder
- Enclosing interface:
- INCCallVideoConfig
Video configuration builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract INCCallVideoConfigbuild()Provided by the implementation, for example `CallVideoConfigImpl.Builder.create()`.abstract INCCallVideoConfig.BuildersetMaxRate(int maxRate) Sets the maximum uplink video bitrate in kbps.abstract INCCallVideoConfig.BuildersetMinRate(int minRate) Sets the minimum uplink video bitrate in kbps.abstract INCCallVideoConfig.BuildersetVideoFps(NCCallVideoFrameRate videoFps) Sets the uplink video frame rate.abstract INCCallVideoConfig.BuildersetVideoResolution(NCCallVideoResolution videoResolution) Sets the uplink video resolution.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Provided by the implementation, for example `CallVideoConfigImpl.Builder.create()`. -
setMaxRate
Sets the maximum uplink video bitrate in kbps. -
setMinRate
Sets the minimum uplink video bitrate in kbps. -
setVideoFps
Sets the uplink video frame rate. Default: 15 FPS. -
setVideoResolution
public abstract INCCallVideoConfig.Builder setVideoResolution(NCCallVideoResolution videoResolution) Sets the uplink video resolution. Default: 480 x 640.
-