Explorar o código

延迟0.1播放 规避首帧花屏问题

jsonwang %!s(int64=3) %!d(string=hai) anos
pai
achega
10e189ba04
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Introduce/Record/INVideoExportController.swift

+ 1 - 0
Introduce/Record/INVideoExportController.swift

@@ -225,6 +225,7 @@ class INVideoExportController: BFBaseViewController {
                 if let fileUrl = url {
                     let item = AVPlayerItem(url: fileUrl)
                     sself.avplayer.replaceCurrentItem(with: item)
+                    usleep(1000)
                     sself.avplayer.play()
                     sself.playerLayer.borderColor = ThemeStyleColor.cgColor