Committed by
GitHub
Update video capture defaults to 720p (#411)
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -26,7 +26,7 @@ data class LocalVideoTrackOptions( | @@ -26,7 +26,7 @@ data class LocalVideoTrackOptions( | ||
| 26 | */ | 26 | */ |
| 27 | val deviceId: String? = null, | 27 | val deviceId: String? = null, |
| 28 | val position: CameraPosition? = CameraPosition.FRONT, | 28 | val position: CameraPosition? = CameraPosition.FRONT, |
| 29 | - val captureParams: VideoCaptureParameter = VideoPreset169.H540.capture, | 29 | + val captureParams: VideoCaptureParameter = VideoPreset169.H720.capture, |
| 30 | ) | 30 | ) |
| 31 | 31 | ||
| 32 | data class VideoCaptureParameter( | 32 | data class VideoCaptureParameter( |
-
请 注册 或 登录 后发表评论