Package ai.nexconn.call.api
Interface INCCallVideoConfig
public interface INCCallVideoConfig
Video configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classVideo configuration builder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsEx(INCCallVideoConfig videoStreamConfig) Returns whether two configs are fully equal.intReturns the maximum uplink video bitrate.intReturns the minimum uplink video bitrate.Returns the uplink video frame rate.Returns the uplink video resolution.
-
Method Details
-
getMaxRate
int getMaxRate()Returns the maximum uplink video bitrate. -
getMinRate
int getMinRate()Returns the minimum uplink video bitrate. -
getVideoFps
NCCallVideoFrameRate getVideoFps()Returns the uplink video frame rate. -
getVideoResolution
NCCallVideoResolution getVideoResolution()Returns the uplink video resolution. -
equalsEx
Returns whether two configs are fully equal. If the argument is `null`, returns `false`.
-