larksr_websdk 3.2.38 → 3.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,7 +87,10 @@ interface ILarkSRConfig {
87
87
  perferDecoder?: 'auto' | 'vp8' | 'vp9' | 'h264' | 'av1x';
88
88
  /**
89
89
  * 可选项,视频在容器中的缩放模式
90
- *
90
+ * 'contain' | 'fill_clip' | 'fill_stretch'
91
+ * contain: 以应用原始尺寸的缩放
92
+ * fill_clip: 裁剪模式,完全填充屏幕但保留宽高比
93
+ * fill_stretch: 拉伸模式,完全填充屏幕但不保留宽高比
91
94
  */
92
95
  scaleMode?: ScaleMode;
93
96
  /**