RecordZoomMode Enum¶
| Constant | Value | Description | 
|---|---|---|
| NoZoomAndClip | 0x00000000 | 如果输出宽高比与输入不符,内容会被剪裁到适合输出比例。 | 
| ZoomInWithAllContent | 0x00000001 | 如果输出宽高比与输入不符,内容将不会被剪裁,在某个维度上会有黑边。 | 
| Constant | Value | Description | 
|---|---|---|
| NoZoomAndClip | 0x00000000 | 如果输出宽高比与输入不符,内容会被剪裁到适合输出比例。 | 
| ZoomInWithAllContent | 0x00000001 | 如果输出宽高比与输入不符,内容将不会被剪裁,在某个维度上会有黑边。 |