|
@@ -206,6 +206,16 @@ public final class LNVAPFacade: NSObject {
|
|
|
playerView.lnMP4FilePath
|
|
playerView.lnMP4FilePath
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @objc(lnSetPlayerMaskInfo:maskInfo:)
|
|
|
|
|
+ public static func lnSetPlayerMaskInfo(_ playerView: LNVAPPlayerView, maskInfo: LNVAPMaskInfo?) {
|
|
|
|
|
+ playerView.maskInfo = maskInfo
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @objc(lnGetPlayerMaskInfo:)
|
|
|
|
|
+ public static func lnGetPlayerMaskInfo(_ playerView: LNVAPPlayerView) -> LNVAPMaskInfo? {
|
|
|
|
|
+ playerView.maskInfo
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@objc(lnAddPlayerTapGesture:target:action:)
|
|
@objc(lnAddPlayerTapGesture:target:action:)
|
|
|
public static func lnAddPlayerTapGesture(_ playerView: LNVAPPlayerView, target: Any, action: Selector) {
|
|
public static func lnAddPlayerTapGesture(_ playerView: LNVAPPlayerView, target: Any, action: Selector) {
|
|
|
playerView.lnAddTapGesture(target: target, action: action)
|
|
playerView.lnAddTapGesture(target: target, action: action)
|