Enum RCCallPlusVideoFps

    • Constructor Detail

    • Method Detail

      • getVideoFps

         static RCCallPlusVideoFps getVideoFps(String videoProfileLabel)

        根据字符串查找对应的 RCCallPlusVideoFps枚举值。

        Parameters:
        videoProfileLabel - 典型值 VD_480x640_15f 必要条件为 _15f 不区分大小写
      • values

         static Array<RCCallPlusVideoFps> values()

        Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

        Returns:

        an array containing the constants of this enum type, in the order they're declared

      • valueOf

         static RCCallPlusVideoFps valueOf(String name)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Returns:

        the enum constant with the specified name