getVideoResolution

public static RCCallPlusVideoResolution getVideoResolution(String videoProfileLabel)

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

Return

Parameters

videoProfileLabel

典型值 VD_480x640_15f 必要条件为 480x640 不区分大小写


public static RCCallPlusVideoResolution getVideoResolution(int width, int height)

根据分辨率尺寸寻找最佳匹配

Return

Parameters

width
height