Interface INCCallVideoConfig


public interface INCCallVideoConfig
Video configuration.
  • 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

      boolean equalsEx(INCCallVideoConfig videoStreamConfig)
      Returns whether two configs are fully equal. If the argument is `null`, returns `false`.