cropArea property
(可选)视频帧的展示区域,详见 Rectangle 。其中, width 和 height 表示该区域的视频像素宽度和高度。默认值为空值 (宽或高为 0),表示展示实际分辨率的视频帧。
Implementation
@JsonKey(name: 'cropArea')
final Rectangle? cropArea;
(可选)视频帧的展示区域,详见 Rectangle 。其中, width 和 height 表示该区域的视频像素宽度和高度。默认值为空值 (宽或高为 0),表示展示实际分辨率的视频帧。
@JsonKey(name: 'cropArea')
final Rectangle? cropArea;