Procházet zdrojové kódy

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

jsonwang před 3 roky
rodič
revize
10e189ba04
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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