winterrain5
winterrain5
``` self.videoBox.clean() self.videoBox.appendVideo(byPath: self.videoPath) self.videoBox.ratio = .ratioMediumQuality self.videoBox.asyncFinishEdit(byFilePath: self.ouputVideoPath(), progress: { (progress) in DispatchQueue.main.async { Toast.showProgress(progress) } }) { (error) in DispatchQueue.main.async { if error == nil { Toast.showMessage("压缩成功") }else...
slf[methodName].bind is not a function. (In 'slf[methodName].bind(slf)', 'slf[methodName].bind' is undefined), 原以为是在调用block时没有将self替换为slf,但是检查了一遍是没问题的 看了下调用栈: stack: [email protected]:71:36 [email protected]:29:116 JSPatch.js:167:27 [native code] [email protected]:14:39 JSPatch.js:167:27 [native code] [email protected]:7:33 JSPatch.js:151:41' 是崩溃在创建tableView的代码中: creatTableView: function() { var secondMenu...
当实现该代理,点击segment会出现页面无法切换的问题
### could not start the recording It show a error alert "Couldn't start recording: couldn't configure the convert(error -66563)" when I click the button to start the recording. ### could...
设备及版本:iPhone12Pro (14.4) 和iPhone8(14.2) SDK版本:4.0.1 正常播放下,设置倍速播放,然后滑动进度条或者暂停重新播放,视频又恢复了正常速度,但是打印`player.currentPlayerManager.rate`仍然是设置的数值。
Thread Performance Checker: Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. Investigate ways to avoid priority inversions PID: 1124, TID: 45004...
when i click #Catch#,the app crashed,and i can not find the problem where is it, could you help me? thanks very much! 