wenweiwei 3 rokov pred
rodič
commit
eebc25ba9f

+ 6 - 0
BFFramework/Classes/BFModules/BFUtility/PQSingletoVideoPlayer.swift

@@ -128,6 +128,12 @@ public class PQSingletoVideoPlayer: NSObject {
             playVideoData = nil
         }
     }
+    
+    /// seek
+    /// - Parameter time: <#time description#>
+    public func seek(time:Float){
+        player.seek(time)
+    }
 
     override private init() {
         super.init()