kDefault constant

int const kDefault

(默认)优先保证设备性能。SDK 根据设备性能,参考用户在 setLocalVideoConfig 中设置编码器的分辨率和帧率,选择最接近的摄像头输出参数。在这种情况下,预览质量接近于编码器的输出质量。

Implementation

static const int kDefault = 0;