regulatedCaptureFrameWidth property
SDK 内置的视频采集适配器(regulator)调整后的摄像头采集视频宽度 (px)。Regulator 根据视频编码配置对摄像头采集视频的宽高进行调整。
Implementation
@JsonKey(name: 'regulatedCaptureFrameWidth')
final int? regulatedCaptureFrameWidth;
SDK 内置的视频采集适配器(regulator)调整后的摄像头采集视频宽度 (px)。Regulator 根据视频编码配置对摄像头采集视频的宽高进行调整。
@JsonKey(name: 'regulatedCaptureFrameWidth')
final int? regulatedCaptureFrameWidth;