Interface RCCallPlusVideoConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int getMaxRate() 获取视频发送的最大码率
      abstract int getMinRate() 获取视频发送的最小码率
      abstract RCCallPlusVideoFps getVideoFps() 获取视频发送的帧率
      abstract RCCallPlusVideoResolution getVideoResolution() 获取视频发送的分辨率
      abstract boolean equalsEx(RCCallPlusVideoConfig videoStreamConfig) 判断两个 config的值是否完全相等。如果传入的参数为Null,返回 false.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getMaxRate

         abstract int getMaxRate()

        获取视频发送的最大码率

        Returns:

        最大码率

      • getMinRate

         abstract int getMinRate()

        获取视频发送的最小码率

        Returns:

        最小码率

      • getVideoFps

         abstract RCCallPlusVideoFps getVideoFps()

        获取视频发送的帧率

        Returns:

        帧率

      • getVideoResolution

         abstract RCCallPlusVideoResolution getVideoResolution()

        获取视频发送的分辨率

        Returns:

        分辨率

      • equalsEx

         abstract boolean equalsEx(RCCallPlusVideoConfig videoStreamConfig)

        判断两个 config的值是否完全相等。如果传入的参数为Null,返回 false.

        Returns:

        是否相等