Browse Source

修改开始录制fps

DGJ 1 year ago
parent
commit
3c7937ebdf

+ 2 - 4
miniprogram/components/xr-classic-show/index.js

@@ -407,10 +407,8 @@ Component({
         success () { }
       })
       this.scene.share.recordStart({
-        fps: this.data.recordFPS,
-        videoBitsPerSecond: this.data.recordBPS,
-        width: this.data.recordWidth,
-        height: this.data.recordHeight
+        fps: 15,
+        videoBitsPerSecond: 10000,
       });
     },
     recordEnd() {

+ 2 - 4
miniprogram/components/xr-classic-showsix/index.js

@@ -407,10 +407,8 @@ Component({
         success () { }
       })
       this.scene.share.recordStart({
-        fps: this.data.recordFPS,
-        videoBitsPerSecond: this.data.recordBPS,
-        width: this.data.recordWidth,
-        height: this.data.recordHeight
+        fps: 15,
+        videoBitsPerSecond: 10000,
       });
     },
     recordEnd() {