@bluebillywig/react-native-bb-player 8.45.22 → 8.45.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/bluebillywig/bbplayer/BBPlayerView.kt +3 -2
- package/ios/BBPlayerView.swift +1 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Assets.car +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/BBNativePlayerKit +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Headers/BBNativePlayerKit-Swift.h +9 -9
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Info.plist +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.abi.json +1002 -953
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.private.swiftinterface +136 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios.swiftinterface +136 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Assets.car +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/BBNativePlayerKit +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Headers/BBNativePlayerKit-Swift.h +18 -18
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Info.plist +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.abi.json +1002 -953
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +136 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +136 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +1002 -953
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +136 -2
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/Modules/BBNativePlayerKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +136 -2
- package/ios/Frameworks/bbnativeshared.xcframework/Info.plist +5 -5
- package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/bbnativeshared.framework/bbnativeshared +0 -0
- package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/DWARF/bbnativeshared +0 -0
- package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/Relocations/aarch64/bbnativeshared.yml +1 -1
- package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/bbnativeshared.framework/bbnativeshared +0 -0
- package/ios/Frameworks/bbnativeshared.xcframework/ios-arm64_x86_64-simulator/dSYMs/bbnativeshared.framework.dSYM/Contents/Resources/DWARF/bbnativeshared +0 -0
- package/package.json +1 -1
- package/react-native-bb-player.podspec +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// swift-interface-format-version: 1.0
|
|
2
|
-
// swift-compiler-version: Apple Swift version 6.
|
|
2
|
+
// swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
|
3
3
|
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name BBNativePlayerKit
|
|
4
|
-
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.
|
|
4
|
+
// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
|
|
5
5
|
import AVFoundation
|
|
6
6
|
import AVKit
|
|
7
7
|
@_exported import BBNativePlayerKit
|
|
@@ -42,20 +42,32 @@ extension BBNativePlayerKit.BBNativePlayerViewController : UIKit.UIGestureRecogn
|
|
|
42
42
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
|
|
43
43
|
}
|
|
44
44
|
extension BBNativePlayerKit.BBNativePlayerViewController : bbnativeshared.EventListenerInterface {
|
|
45
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
45
46
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
47
|
+
#endif
|
|
46
48
|
}
|
|
47
49
|
extension BBNativePlayerKit.BBNativePlayerViewController : GoogleCast.GCKDiscoveryManagerListener {
|
|
48
50
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func didUpdateDeviceList()
|
|
49
51
|
}
|
|
50
52
|
extension BBNativePlayerKit.BBNativePlayerView {
|
|
53
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
51
54
|
@_Concurrency.MainActor @preconcurrency public func callApiMethod(method: bbnativeshared.ApiMethod, args: [Swift.String : Any?]?)
|
|
55
|
+
#endif
|
|
56
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
52
57
|
@_Concurrency.MainActor @preconcurrency public func setApiProperty(property: bbnativeshared.ApiProperty, value: Any?)
|
|
58
|
+
#endif
|
|
59
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
53
60
|
@_Concurrency.MainActor @preconcurrency public func getApiProperty(property: bbnativeshared.ApiProperty) -> Any?
|
|
61
|
+
#endif
|
|
54
62
|
@_Concurrency.MainActor @preconcurrency public func destroy()
|
|
55
63
|
}
|
|
56
64
|
@objc public protocol BBNativePlayerViewDelegate {
|
|
65
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
57
66
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
|
|
67
|
+
#endif
|
|
68
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
58
69
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didFailWithError error: Swift.String?)
|
|
70
|
+
#endif
|
|
59
71
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerMediaClipLoaded data: bbnativeshared.MediaClip)
|
|
60
72
|
@objc optional func bbNativePlayerView(didTriggerApiReady playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
61
73
|
@objc optional func bbNativePlayerView(didTriggerViewStarted playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
@@ -74,9 +86,15 @@ extension BBNativePlayerKit.BBNativePlayerView {
|
|
|
74
86
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerSeeked seekOffset: Swift.Double)
|
|
75
87
|
@objc optional func bbNativePlayerView(didTriggerStall playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
76
88
|
@objc optional func bbNativePlayerView(didTriggerMediaClipFailed playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
89
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
77
90
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerPhaseChange phase: bbnativeshared.Phase?)
|
|
91
|
+
#endif
|
|
92
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
78
93
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerStateChange state: bbnativeshared.State?)
|
|
94
|
+
#endif
|
|
95
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
79
96
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerModeChange mode: Swift.String?)
|
|
97
|
+
#endif
|
|
80
98
|
@objc optional func bbNativePlayerView(didTriggerFullscreen playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
81
99
|
@objc optional func bbNativePlayerView(didTriggerRetractFullscreen playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
82
100
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerCustomStatistics ident: Swift.String, ev: Swift.String, aux: [Swift.String : Swift.String])
|
|
@@ -84,7 +102,9 @@ extension BBNativePlayerKit.BBNativePlayerView {
|
|
|
84
102
|
@objc optional func bbNativePlayerView(didRequestExpand playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
85
103
|
@objc optional func bbNativePlayerView(didTriggerAdLoaded playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
86
104
|
@objc optional func bbNativePlayerView(didTriggerAdNotFound playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
105
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
87
106
|
@objc optional func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didTriggerAdError error: Swift.String?)
|
|
107
|
+
#endif
|
|
88
108
|
@objc optional func bbNativePlayerView(didTriggerAdStarted playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
89
109
|
@objc optional func bbNativePlayerView(didTriggerAdQuartile1 playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
90
110
|
@objc optional func bbNativePlayerView(didTriggerAdQuartile2 playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
@@ -100,16 +120,22 @@ extension BBNativePlayerKit.BBNativePlayerView {
|
|
|
100
120
|
@objc optional func bbNativePlayerView(didCloseModalPlayer playerView: BBNativePlayerKit.BBNativePlayerView)
|
|
101
121
|
}
|
|
102
122
|
extension BBNativePlayerKit.BBNativePlayerView : bbnativeshared.EventListenerInterface {
|
|
123
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
103
124
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
125
|
+
#endif
|
|
104
126
|
}
|
|
105
127
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativePlayerView : UIKit.UIView {
|
|
106
128
|
@_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)?
|
|
107
129
|
@_Concurrency.MainActor @preconcurrency public var player: BBNativePlayerKit.BBNativePlayerAPI
|
|
108
130
|
@_Concurrency.MainActor @preconcurrency public var showBackArrow: Swift.Bool
|
|
131
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
109
132
|
@_Concurrency.MainActor @preconcurrency public func setupWithJsonUrl(jsonUrl: Swift.String, options: [Swift.String : Any]?)
|
|
133
|
+
#endif
|
|
110
134
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSublayers(of layer: QuartzCore.CALayer)
|
|
111
135
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect)
|
|
136
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
112
137
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?)
|
|
138
|
+
#endif
|
|
113
139
|
@_Concurrency.MainActor @preconcurrency public func presentModal(uiViewContoller: UIKit.UIViewController, animated: Swift.Bool)
|
|
114
140
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
|
|
115
141
|
@objc deinit
|
|
@@ -140,38 +166,66 @@ extension BBNativePlayerKit.BBNativeShortsViewController : UIKit.UIGestureRecogn
|
|
|
140
166
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
|
|
141
167
|
}
|
|
142
168
|
extension BBNativePlayerKit.BBNativeShortsViewController : bbnativeshared.EventListenerInterface {
|
|
169
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
143
170
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
171
|
+
#endif
|
|
144
172
|
}
|
|
145
173
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeShortsView : UIKit.UIView {
|
|
146
174
|
@_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativeShortsViewDelegate)?
|
|
147
175
|
@_Concurrency.MainActor @preconcurrency public func destroy()
|
|
176
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
148
177
|
@_Concurrency.MainActor @preconcurrency public var playerViewDelegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)? {
|
|
149
178
|
get
|
|
150
179
|
set
|
|
151
180
|
}
|
|
181
|
+
#endif
|
|
152
182
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
|
|
153
183
|
@objc deinit
|
|
154
184
|
}
|
|
155
185
|
extension BBNativePlayerKit.BBNativeShortsView : bbnativeshared.EventListenerInterface {
|
|
186
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
156
187
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
188
|
+
#endif
|
|
157
189
|
}
|
|
158
190
|
extension BBNativePlayerKit.BBNativeShortsView : BBNativePlayerKit.BBNativePlayerViewDelegate {
|
|
191
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
159
192
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
|
|
193
|
+
#endif
|
|
160
194
|
}
|
|
161
195
|
@objc public protocol BBNativeRendererViewDelegate {
|
|
196
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
162
197
|
@objc optional func bbNativeRendererView(rendererView: BBNativePlayerKit.BBNativeRendererView, didSetupWithJsonUrl url: Swift.String?)
|
|
198
|
+
#endif
|
|
199
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
163
200
|
@objc optional func bbNativeRendererView(rendererView: BBNativePlayerKit.BBNativeRendererView, didFailWithError error: Swift.String?)
|
|
201
|
+
#endif
|
|
164
202
|
}
|
|
165
203
|
@_hasMissingDesignatedInitializers public class BBNativePlayerAPI : bbnativeshared.EventListenerInterface {
|
|
204
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
166
205
|
@objc public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
206
|
+
#endif
|
|
167
207
|
public func closeModalPlayer()
|
|
208
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
168
209
|
public func getModalPlayerView() -> UIKit.UIView?
|
|
210
|
+
#endif
|
|
211
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
169
212
|
public func loadWithClipId(clipId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
|
|
213
|
+
#endif
|
|
214
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
170
215
|
public func loadWithClipListId(clipListId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil, listOffset: Swift.Int? = nil)
|
|
216
|
+
#endif
|
|
217
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
171
218
|
public func loadWithProjectId(projectId: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
|
|
219
|
+
#endif
|
|
220
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
172
221
|
public func loadWithClipJson(clipJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
|
|
222
|
+
#endif
|
|
223
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
173
224
|
public func loadWithClipListJson(clipListJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
|
|
225
|
+
#endif
|
|
226
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
174
227
|
public func loadWithProjectJson(projectJson: Swift.String, initiator: Swift.String? = "external", autoPlay: Swift.Bool? = true, seekTo: Foundation.NSNumber? = nil, context: [Swift.String : Any]? = nil)
|
|
228
|
+
#endif
|
|
175
229
|
public func updatePlayoutWithJson(playoutJson: Swift.String)
|
|
176
230
|
public func play()
|
|
177
231
|
public func pause()
|
|
@@ -182,112 +236,174 @@ extension BBNativePlayerKit.BBNativeShortsView : BBNativePlayerKit.BBNativePlaye
|
|
|
182
236
|
public func expand()
|
|
183
237
|
public func enterFullScreen()
|
|
184
238
|
public func exitFullScreen()
|
|
239
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
185
240
|
public var phase: bbnativeshared.Phase? {
|
|
186
241
|
get
|
|
187
242
|
}
|
|
243
|
+
#endif
|
|
244
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
188
245
|
public var state: bbnativeshared.State? {
|
|
189
246
|
get
|
|
190
247
|
}
|
|
248
|
+
#endif
|
|
249
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
191
250
|
public var mode: Swift.String? {
|
|
192
251
|
get
|
|
193
252
|
}
|
|
253
|
+
#endif
|
|
254
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
194
255
|
public var playoutData: bbnativeshared.Playout? {
|
|
195
256
|
get
|
|
196
257
|
}
|
|
258
|
+
#endif
|
|
259
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
197
260
|
public var projectData: bbnativeshared.Project? {
|
|
198
261
|
get
|
|
199
262
|
}
|
|
263
|
+
#endif
|
|
264
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
200
265
|
public var clipData: bbnativeshared.MediaClip? {
|
|
201
266
|
get
|
|
202
267
|
}
|
|
268
|
+
#endif
|
|
269
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
203
270
|
public var relatedItems: [any bbnativeshared.ContentItemInterface]? {
|
|
204
271
|
get
|
|
205
272
|
set
|
|
206
273
|
}
|
|
274
|
+
#endif
|
|
275
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
207
276
|
public var volume: Swift.Float? {
|
|
208
277
|
get
|
|
209
278
|
set
|
|
210
279
|
}
|
|
280
|
+
#endif
|
|
211
281
|
public func setVolume(volume: Swift.Double, userAction: Swift.Bool = false)
|
|
282
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
212
283
|
public var muted: Swift.Bool? {
|
|
213
284
|
get
|
|
214
285
|
set
|
|
215
286
|
}
|
|
287
|
+
#endif
|
|
216
288
|
public func setMuted(muted: Swift.Bool, userAction: Swift.Bool = false)
|
|
289
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
217
290
|
public var inView: Swift.Bool? {
|
|
218
291
|
get
|
|
219
292
|
set
|
|
220
293
|
}
|
|
294
|
+
#endif
|
|
295
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
221
296
|
public var isCasting: Swift.Bool? {
|
|
222
297
|
get
|
|
223
298
|
}
|
|
299
|
+
#endif
|
|
300
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
224
301
|
public var duration: Swift.Double? {
|
|
225
302
|
get
|
|
226
303
|
}
|
|
304
|
+
#endif
|
|
305
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
227
306
|
public var createChromeCastButton: GoogleCast.GCKUICastButton? {
|
|
228
307
|
get
|
|
229
308
|
}
|
|
309
|
+
#endif
|
|
310
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
230
311
|
public var getChromeCastMiniControlsView: UIKit.UIView? {
|
|
231
312
|
get
|
|
232
313
|
}
|
|
314
|
+
#endif
|
|
315
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
233
316
|
public var adMediaWidth: Swift.Int? {
|
|
234
317
|
get
|
|
235
318
|
}
|
|
319
|
+
#endif
|
|
320
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
236
321
|
public var adMediaHeight: Swift.Int? {
|
|
237
322
|
get
|
|
238
323
|
}
|
|
324
|
+
#endif
|
|
325
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
239
326
|
public var fullscreen: Swift.Bool? {
|
|
240
327
|
get
|
|
241
328
|
}
|
|
329
|
+
#endif
|
|
242
330
|
@objc deinit
|
|
243
331
|
}
|
|
244
332
|
@_hasMissingDesignatedInitializers public class ChromeCastHelper {
|
|
245
333
|
public static let shared: BBNativePlayerKit.ChromeCastHelper
|
|
246
334
|
public var initialized: Swift.Bool
|
|
335
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
247
336
|
public func createChromeCastButton(frame: CoreFoundation.CGRect) -> GoogleCast.GCKUICastButton?
|
|
337
|
+
#endif
|
|
248
338
|
@objc deinit
|
|
249
339
|
}
|
|
250
340
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeRendererView : UIKit.UIView {
|
|
251
341
|
@_Concurrency.MainActor @preconcurrency weak public var delegate: (any BBNativePlayerKit.BBNativeRendererViewDelegate)?
|
|
252
342
|
@_Concurrency.MainActor @preconcurrency public func __destruct()
|
|
253
343
|
@_Concurrency.MainActor @preconcurrency public func destroy()
|
|
344
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
254
345
|
@_Concurrency.MainActor @preconcurrency public var playerViewDelegate: (any BBNativePlayerKit.BBNativePlayerViewDelegate)? {
|
|
255
346
|
get
|
|
256
347
|
set
|
|
257
348
|
}
|
|
349
|
+
#endif
|
|
258
350
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func removeFromSuperview()
|
|
351
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
259
352
|
@_Concurrency.MainActor @preconcurrency public func bootstrap(config: [Swift.String : Swift.String], element: UIKit.UIView? = nil, playoutOverrides: [Swift.String : Any]?)
|
|
353
|
+
#endif
|
|
260
354
|
@objc deinit
|
|
261
355
|
}
|
|
262
356
|
extension BBNativePlayerKit.BBNativeRendererView : bbnativeshared.EventListenerInterface {
|
|
357
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
263
358
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
359
|
+
#endif
|
|
264
360
|
}
|
|
265
361
|
extension BBNativePlayerKit.BBNativeRendererView : BBNativePlayerKit.BBNativePlayerViewDelegate {
|
|
362
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
266
363
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func bbNativePlayerView(playerView: BBNativePlayerKit.BBNativePlayerView, didSetupWithJsonUrl url: Swift.String?)
|
|
364
|
+
#endif
|
|
267
365
|
}
|
|
268
366
|
@_hasMissingDesignatedInitializers public class BBNativePlayer {
|
|
367
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
269
368
|
public static func createPlayerView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativePlayerView
|
|
369
|
+
#endif
|
|
270
370
|
public static func createPlayerView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativePlayerView
|
|
371
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
271
372
|
public static func createModalPlayerView(uiViewContoller: UIKit.UIViewController, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativePlayerView
|
|
373
|
+
#endif
|
|
272
374
|
public static func createModalPlayerView(uiViewContoller: UIKit.UIViewController, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativePlayerView
|
|
375
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
273
376
|
public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
|
|
377
|
+
#endif
|
|
274
378
|
@objc deinit
|
|
275
379
|
}
|
|
276
380
|
@objc public protocol BBNativeShortsViewDelegate {
|
|
381
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
277
382
|
@objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didSetupWithJsonUrl url: Swift.String?)
|
|
383
|
+
#endif
|
|
384
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
278
385
|
@objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didFailWithError error: Swift.String?)
|
|
386
|
+
#endif
|
|
279
387
|
@objc optional func bbNativeShortsView(shortsView: BBNativePlayerKit.BBNativeShortsView, didTriggerResize width: Swift.Int, height: Swift.Int)
|
|
280
388
|
}
|
|
281
389
|
@_hasMissingDesignatedInitializers public class BBNativeRenderer {
|
|
390
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
282
391
|
public static func createRendererView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativeRendererView
|
|
392
|
+
#endif
|
|
283
393
|
public static func createRendererView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativeRendererView
|
|
394
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
284
395
|
public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
|
|
396
|
+
#endif
|
|
285
397
|
@objc deinit
|
|
286
398
|
}
|
|
287
399
|
@_hasMissingDesignatedInitializers public class BBNativeShorts {
|
|
400
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
288
401
|
public static func createShortsView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String, options: [Swift.String : Any]?) -> BBNativePlayerKit.BBNativeShortsView
|
|
402
|
+
#endif
|
|
289
403
|
public static func createShortsView(uiViewController: UIKit.UIViewController, frame: CoreFoundation.CGRect, jsonUrl: Swift.String) -> BBNativePlayerKit.BBNativeShortsView
|
|
404
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
290
405
|
public static func createJsonEmbedUrl(baseUrl: Swift.String, appIndicator: Swift.String, appId: Swift.String, contentIndicator: Swift.String? = nil, contentId: Swift.String? = nil) -> Swift.String
|
|
406
|
+
#endif
|
|
291
407
|
@objc deinit
|
|
292
408
|
}
|
|
293
409
|
@_inheritsConvenienceInitializers @objc(MediaViewController) @_Concurrency.MainActor @preconcurrency public class ChromeCastViewController : UIKit.UIViewController, GoogleCast.GCKSessionManagerListener, GoogleCast.GCKRemoteMediaClientListener, GoogleCast.GCKLoggerDelegate, GoogleCast.GCKRequestDelegate, GoogleCast.GCKUIMiniMediaControlsViewControllerDelegate {
|
|
@@ -310,33 +426,51 @@ extension BBNativePlayerKit.BBNativeRendererView : BBNativePlayerKit.BBNativePla
|
|
|
310
426
|
@_Concurrency.MainActor @preconcurrency public func seekTo(time: Swift.Double)
|
|
311
427
|
@_Concurrency.MainActor @preconcurrency public func mute()
|
|
312
428
|
@_Concurrency.MainActor @preconcurrency public func unMute()
|
|
429
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
313
430
|
@_Concurrency.MainActor @preconcurrency public func setMessageLabel(deviceName: Swift.String?, isThisPlayer: Swift.Bool)
|
|
431
|
+
#endif
|
|
314
432
|
@_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, willStart session: GoogleCast.GCKSession)
|
|
315
433
|
@_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didStart session: GoogleCast.GCKSession)
|
|
316
434
|
@_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didResumeSession session: GoogleCast.GCKSession)
|
|
435
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
317
436
|
@_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didEnd _: GoogleCast.GCKSession, withError error: (any Swift.Error)?)
|
|
437
|
+
#endif
|
|
318
438
|
@_Concurrency.MainActor @preconcurrency @objc public func sessionManager(_: GoogleCast.GCKSessionManager, didStart session: GoogleCast.GCKCastSession)
|
|
319
439
|
@_Concurrency.MainActor @preconcurrency @objc public func logMessage(_ message: Swift.String, at level: GoogleCast.GCKLoggerLevel, fromFunction function: Swift.String, location: Swift.String)
|
|
320
440
|
@_Concurrency.MainActor @preconcurrency @objc public func requestDidComplete(_ request: GoogleCast.GCKRequest)
|
|
321
441
|
@_Concurrency.MainActor @preconcurrency @objc public func miniMediaControlsViewController(_ miniMediaControlsViewController: GoogleCast.GCKUIMiniMediaControlsViewController, shouldAppear: Swift.Bool)
|
|
442
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
322
443
|
@_Concurrency.MainActor @preconcurrency @objc public func remoteMediaClient(_: GoogleCast.GCKRemoteMediaClient, didUpdate mediaStatus: GoogleCast.GCKMediaStatus?)
|
|
444
|
+
#endif
|
|
323
445
|
@_Concurrency.MainActor @preconcurrency public func playerIsModal()
|
|
324
446
|
@objc deinit
|
|
447
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
325
448
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
|
|
449
|
+
#endif
|
|
450
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
326
451
|
@_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder)
|
|
452
|
+
#endif
|
|
327
453
|
}
|
|
328
454
|
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class BBNativeRendererViewController : UIKit.UIViewController {
|
|
329
455
|
@objc deinit
|
|
330
456
|
}
|
|
331
457
|
extension BBNativePlayerKit.BBNativeRendererViewController : bbnativeshared.EventListenerInterface {
|
|
458
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
332
459
|
@_Concurrency.MainActor @preconcurrency @objc dynamic public func onEvent(eventType: bbnativeshared.EventName, data: [Swift.String : Any]?)
|
|
460
|
+
#endif
|
|
333
461
|
}
|
|
334
462
|
@objc public protocol ChromeCastViewControllerDelegate {
|
|
335
463
|
@objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionStarted session: GoogleCast.GCKSession)
|
|
336
464
|
@objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionResumed session: GoogleCast.GCKSession)
|
|
465
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
337
466
|
@objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionEnded resumeInAVPlayer: Swift.Bool, withError: (any Swift.Error)?)
|
|
467
|
+
#endif
|
|
468
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
338
469
|
@objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionFailedToStart withError: (any Swift.Error)?)
|
|
470
|
+
#endif
|
|
471
|
+
#if compiler(>=5.3) && $NonescapableTypes
|
|
339
472
|
@objc func chromeCastViewController(chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionFailedToResume withError: (any Swift.Error)?)
|
|
473
|
+
#endif
|
|
340
474
|
@objc func chromeCastViewController(mediaStatusStarted chromeCastViewController: BBNativePlayerKit.ChromeCastViewController, sessionId: Swift.String)
|
|
341
475
|
@objc func chromeCastViewController(mediaStatusFinished chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
|
|
342
476
|
@objc func chromeCastViewController(mediaStatusError chromeCastViewController: BBNativePlayerKit.ChromeCastViewController)
|