react-native-theoplayer 3.9.2 → 3.10.0
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/CHANGELOG.md +18 -1
- package/android/build.gradle +8 -8
- package/android/src/main/java/com/theoplayer/presentation/PresentationManager.kt +7 -0
- package/android/src/main/java/com/theoplayer/source/SourceAdapter.kt +2 -0
- package/ios/THEOplayerRCTPlayerAPI.swift +2 -2
- package/ios/ads/THEOplayerRCTAdsAPI+DAI.swift +8 -8
- package/ios/ads/THEOplayerRCTAdsAPI.swift +12 -12
- package/ios/backgroundAudio/THEOplayerRCTNowPlayingManager.swift +12 -3
- package/ios/casting/THEOplayerRCTCastAPI+Airplay.swift +8 -8
- package/ios/casting/THEOplayerRCTCastAPI+Chromecast.swift +12 -12
- package/ios/casting/THEOplayerRCTCastAPI.swift +2 -2
- package/lib/commonjs/api/THEOplayerView.js.map +1 -1
- package/lib/commonjs/api/abr/ABRConfiguration.js.map +1 -1
- package/lib/commonjs/api/abr/barrel.js.map +1 -1
- package/lib/commonjs/api/ads/Ad.js.map +1 -1
- package/lib/commonjs/api/ads/AdBreak.js.map +1 -1
- package/lib/commonjs/api/ads/AdsAPI.js.map +1 -1
- package/lib/commonjs/api/ads/AdsConfiguration.js.map +1 -1
- package/lib/commonjs/api/ads/CompanionAd.js.map +1 -1
- package/lib/commonjs/api/ads/GoogleDai.js.map +1 -1
- package/lib/commonjs/api/ads/GoogleImaAd.js.map +1 -1
- package/lib/commonjs/api/ads/GoogleImaConfiguration.js.map +1 -1
- package/lib/commonjs/api/ads/barrel.js.map +1 -1
- package/lib/commonjs/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
- package/lib/commonjs/api/backgroundAudio/barrel.js.map +1 -1
- package/lib/commonjs/api/barrel.js.map +1 -1
- package/lib/commonjs/api/broadcast/EventBroadcastAPI.js.map +1 -1
- package/lib/commonjs/api/broadcast/barrel.js.map +1 -1
- package/lib/commonjs/api/cache/CachingPreferredTrackSelection.js.map +1 -1
- package/lib/commonjs/api/cache/CachingTask.js.map +1 -1
- package/lib/commonjs/api/cache/CachingTaskLicense.js.map +1 -1
- package/lib/commonjs/api/cache/CachingTaskList.js.map +1 -1
- package/lib/commonjs/api/cache/CachingTaskParameters.js.map +1 -1
- package/lib/commonjs/api/cache/MediaCacheAPI.js.map +1 -1
- package/lib/commonjs/api/cache/barrel.js.map +1 -1
- package/lib/commonjs/api/cache/events/CacheEvent.js.map +1 -1
- package/lib/commonjs/api/cache/events/CachingTaskEvent.js.map +1 -1
- package/lib/commonjs/api/cache/events/barrel.js.map +1 -1
- package/lib/commonjs/api/cache/hooks/barrel.js.map +1 -1
- package/lib/commonjs/api/cache/hooks/useCachingTaskList.js +1 -2
- package/lib/commonjs/api/cache/hooks/useCachingTaskList.js.map +1 -1
- package/lib/commonjs/api/cache/hooks/useCachingTaskProgress.js +1 -2
- package/lib/commonjs/api/cache/hooks/useCachingTaskProgress.js.map +1 -1
- package/lib/commonjs/api/cache/hooks/useCachingTaskStatus.js +1 -2
- package/lib/commonjs/api/cache/hooks/useCachingTaskStatus.js.map +1 -1
- package/lib/commonjs/api/cast/Airplay.js.map +1 -1
- package/lib/commonjs/api/cast/CastAPI.js.map +1 -1
- package/lib/commonjs/api/cast/CastConfiguration.js.map +1 -1
- package/lib/commonjs/api/cast/CastState.js.map +1 -1
- package/lib/commonjs/api/cast/Chromecast.js.map +1 -1
- package/lib/commonjs/api/cast/barrel.js.map +1 -1
- package/lib/commonjs/api/config/PlayerConfiguration.js.map +1 -1
- package/lib/commonjs/api/config/barrel.js.map +1 -1
- package/lib/commonjs/api/drm/ContentProtectionAPI.js.map +1 -1
- package/lib/commonjs/api/drm/ContentProtectionIntegration.js.map +1 -1
- package/lib/commonjs/api/drm/ContentProtectionIntegrationFactory.js.map +1 -1
- package/lib/commonjs/api/drm/ContentProtectionRequest.js.map +1 -1
- package/lib/commonjs/api/drm/ContentProtectionResponse.js.map +1 -1
- package/lib/commonjs/api/drm/barrel.js.map +1 -1
- package/lib/commonjs/api/error/ChromecastError.js.map +1 -1
- package/lib/commonjs/api/error/PlayerError.js.map +1 -1
- package/lib/commonjs/api/error/barrel.js.map +1 -1
- package/lib/commonjs/api/event/AdEvent.js.map +1 -1
- package/lib/commonjs/api/event/CastEvent.js.map +1 -1
- package/lib/commonjs/api/event/Event.js.map +1 -1
- package/lib/commonjs/api/event/EventDispatcher.js.map +1 -1
- package/lib/commonjs/api/event/EventListener.js.map +1 -1
- package/lib/commonjs/api/event/PlayerEvent.js.map +1 -1
- package/lib/commonjs/api/event/TrackEvent.js.map +1 -1
- package/lib/commonjs/api/event/barrel.js.map +1 -1
- package/lib/commonjs/api/media/MediaControlConfiguration.js.map +1 -1
- package/lib/commonjs/api/media/barrel.js.map +1 -1
- package/lib/commonjs/api/pip/PiPConfiguration.js.map +1 -1
- package/lib/commonjs/api/pip/barrel.js.map +1 -1
- package/lib/commonjs/api/player/PlayerEventMap.js.map +1 -1
- package/lib/commonjs/api/player/PlayerVersion.js.map +1 -1
- package/lib/commonjs/api/player/THEOplayer.js.map +1 -1
- package/lib/commonjs/api/player/barrel.js.map +1 -1
- package/lib/commonjs/api/presentation/PresentationMode.js.map +1 -1
- package/lib/commonjs/api/presentation/barrel.js.map +1 -1
- package/lib/commonjs/api/source/SourceDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/Ads.js.map +1 -1
- package/lib/commonjs/api/source/ads/FreeWheelAdDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/IMAAdDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/SpotXAdDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/THEOplayerAdDescription.js.map +1 -1
- package/lib/commonjs/api/source/ads/barrel.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/GoogleDAIConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/ServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/barrel.js.map +1 -1
- package/lib/commonjs/api/source/analytics/AnalyticsDescription.js.map +1 -1
- package/lib/commonjs/api/source/analytics/barrel.js.map +1 -1
- package/lib/commonjs/api/source/barrel.js.map +1 -1
- package/lib/commonjs/api/source/dash/DashPlaybackConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/dash/barrel.js.map +1 -1
- package/lib/commonjs/api/source/drm/DRMConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/drm/barrel.js.map +1 -1
- package/lib/commonjs/api/source/hls/HlsPlaybackConfiguration.js.map +1 -1
- package/lib/commonjs/api/source/hls/barrel.js.map +1 -1
- package/lib/commonjs/api/source/metadata/MetadataDescription.js.map +1 -1
- package/lib/commonjs/api/source/metadata/barrel.js.map +1 -1
- package/lib/commonjs/api/timeranges/TimeRange.js.map +1 -1
- package/lib/commonjs/api/timeranges/barrel.js.map +1 -1
- package/lib/commonjs/api/track/DateRangeCue.js.map +1 -1
- package/lib/commonjs/api/track/MediaTrack.js.map +1 -1
- package/lib/commonjs/api/track/Quality.js.map +1 -1
- package/lib/commonjs/api/track/TextTrack.js.map +1 -1
- package/lib/commonjs/api/track/TextTrackCue.js.map +1 -1
- package/lib/commonjs/api/track/TextTrackStyle.js.map +1 -1
- package/lib/commonjs/api/track/Track.js +1 -1
- package/lib/commonjs/api/track/Track.js.map +1 -1
- package/lib/commonjs/api/track/barrel.js.map +1 -1
- package/lib/commonjs/api/ui/UIConfiguration.js.map +1 -1
- package/lib/commonjs/api/ui/barrel.js.map +1 -1
- package/lib/commonjs/api/utils/RetryConfiguration.js.map +1 -1
- package/lib/commonjs/api/utils/TypeUtils.js.map +1 -1
- package/lib/commonjs/api/utils/barrel.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/internal/THEOplayerView.js +133 -140
- package/lib/commonjs/internal/THEOplayerView.js.map +1 -1
- package/lib/commonjs/internal/THEOplayerView.style.js.map +1 -1
- package/lib/commonjs/internal/THEOplayerView.web.js +6 -8
- package/lib/commonjs/internal/THEOplayerView.web.js.map +1 -1
- package/lib/commonjs/internal/adapter/NativePlayerState.js.map +1 -1
- package/lib/commonjs/internal/adapter/THEOplayerAdapter.js +139 -151
- package/lib/commonjs/internal/adapter/THEOplayerAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/THEOplayerWebAdapter.js +34 -55
- package/lib/commonjs/internal/adapter/THEOplayerWebAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/WebEventForwarder.js +178 -186
- package/lib/commonjs/internal/adapter/WebEventForwarder.js.map +1 -1
- package/lib/commonjs/internal/adapter/abr/AbrAdapter.js +0 -6
- package/lib/commonjs/internal/adapter/abr/AbrAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/ads/THEOplayerNativeAdsAdapter.js +0 -4
- package/lib/commonjs/internal/adapter/ads/THEOplayerNativeAdsAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/ads/THEOplayerNativeGoogleDAI.js.map +1 -1
- package/lib/commonjs/internal/adapter/ads/THEOplayerWebAdsAdapter.js +7 -19
- package/lib/commonjs/internal/adapter/ads/THEOplayerWebAdsAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/ads/THEOplayerWebGoogleDAI.js.map +1 -1
- package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.web.js +1 -1
- package/lib/commonjs/internal/adapter/broadcast/EventBroadcastAdapter.web.js.map +1 -1
- package/lib/commonjs/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js +8 -14
- package/lib/commonjs/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js.map +1 -1
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeAirplay.js +8 -12
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeAirplay.js.map +1 -1
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js +4 -12
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeChromecast.js +8 -13
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeChromecast.js.map +1 -1
- package/lib/commonjs/internal/adapter/cast/THEOplayerWebCastAdapter.js +3 -10
- package/lib/commonjs/internal/adapter/cast/THEOplayerWebCastAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/BaseEvent.js +1 -2
- package/lib/commonjs/internal/adapter/event/BaseEvent.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/DefaultEventDispatcher.js +8 -14
- package/lib/commonjs/internal/adapter/event/DefaultEventDispatcher.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/PlayerEvents.js +0 -6
- package/lib/commonjs/internal/adapter/event/PlayerEvents.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/native/NativeAdEvent.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/native/NativeCastEvent.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/native/NativePlayerEvent.js.map +1 -1
- package/lib/commonjs/internal/adapter/event/native/NativeTrackEvent.js.map +1 -1
- package/lib/commonjs/internal/adapter/track/TextTrackStyleAdapter.js +10 -13
- package/lib/commonjs/internal/adapter/track/TextTrackStyleAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/web/FullscreenAPI.js.map +1 -1
- package/lib/commonjs/internal/adapter/web/TrackUtils.js.map +1 -1
- package/lib/commonjs/internal/adapter/web/WebMediaSession.js +68 -80
- package/lib/commonjs/internal/adapter/web/WebMediaSession.js.map +1 -1
- package/lib/commonjs/internal/adapter/web/WebPresentationModeManager.js +22 -31
- package/lib/commonjs/internal/adapter/web/WebPresentationModeManager.js.map +1 -1
- package/lib/commonjs/internal/cache/MediaCache.js +59 -62
- package/lib/commonjs/internal/cache/MediaCache.js.map +1 -1
- package/lib/commonjs/internal/cache/MediaCache.web.js +14 -17
- package/lib/commonjs/internal/cache/MediaCache.web.js.map +1 -1
- package/lib/commonjs/internal/cache/NativeCachingTaskAdapter.js +0 -14
- package/lib/commonjs/internal/cache/NativeCachingTaskAdapter.js.map +1 -1
- package/lib/commonjs/internal/cache/NativeCachingTaskParametersAdapter.js +2 -3
- package/lib/commonjs/internal/cache/NativeCachingTaskParametersAdapter.js.map +1 -1
- package/lib/commonjs/internal/cache/WebCachingTaskAdapter.js.map +1 -1
- package/lib/commonjs/internal/drm/ContentProtectionRegistry.js +132 -138
- package/lib/commonjs/internal/drm/ContentProtectionRegistry.js.map +1 -1
- package/lib/commonjs/internal/drm/ContentProtectionRegistry.web.js.map +1 -1
- package/lib/commonjs/internal/drm/NativeCertificateRequest.js.map +1 -1
- package/lib/commonjs/internal/drm/NativeCertificateResponse.js.map +1 -1
- package/lib/commonjs/internal/drm/NativeContentProtectionEvent.js.map +1 -1
- package/lib/commonjs/internal/drm/NativeLicenseRequest.js.map +1 -1
- package/lib/commonjs/internal/drm/NativeLicenseResponse.js.map +1 -1
- package/lib/commonjs/internal/utils/CommonUtils.js.map +1 -1
- package/lib/commonjs/internal/utils/Dimensions.js.map +1 -1
- package/lib/commonjs/internal/utils/TypeUtils.js.map +1 -1
- package/lib/commonjs/internal/utils/arrayUtil.js.map +1 -1
- package/lib/commonjs/web/platform/browser.d.js.map +1 -1
- package/lib/module/api/THEOplayerView.js.map +1 -1
- package/lib/module/api/abr/ABRConfiguration.js.map +1 -1
- package/lib/module/api/abr/barrel.js.map +1 -1
- package/lib/module/api/ads/Ad.js.map +1 -1
- package/lib/module/api/ads/AdBreak.js.map +1 -1
- package/lib/module/api/ads/AdsAPI.js.map +1 -1
- package/lib/module/api/ads/AdsConfiguration.js.map +1 -1
- package/lib/module/api/ads/CompanionAd.js.map +1 -1
- package/lib/module/api/ads/GoogleDai.js.map +1 -1
- package/lib/module/api/ads/GoogleImaAd.js.map +1 -1
- package/lib/module/api/ads/GoogleImaConfiguration.js.map +1 -1
- package/lib/module/api/ads/barrel.js.map +1 -1
- package/lib/module/api/backgroundAudio/BackgroundAudioConfiguration.js.map +1 -1
- package/lib/module/api/backgroundAudio/barrel.js.map +1 -1
- package/lib/module/api/barrel.js.map +1 -1
- package/lib/module/api/broadcast/EventBroadcastAPI.js.map +1 -1
- package/lib/module/api/broadcast/barrel.js.map +1 -1
- package/lib/module/api/cache/CachingPreferredTrackSelection.js.map +1 -1
- package/lib/module/api/cache/CachingTask.js.map +1 -1
- package/lib/module/api/cache/CachingTaskLicense.js.map +1 -1
- package/lib/module/api/cache/CachingTaskList.js.map +1 -1
- package/lib/module/api/cache/CachingTaskParameters.js.map +1 -1
- package/lib/module/api/cache/MediaCacheAPI.js.map +1 -1
- package/lib/module/api/cache/barrel.js.map +1 -1
- package/lib/module/api/cache/events/CacheEvent.js.map +1 -1
- package/lib/module/api/cache/events/CachingTaskEvent.js.map +1 -1
- package/lib/module/api/cache/events/barrel.js.map +1 -1
- package/lib/module/api/cache/hooks/barrel.js.map +1 -1
- package/lib/module/api/cache/hooks/useCachingTaskList.js +1 -2
- package/lib/module/api/cache/hooks/useCachingTaskList.js.map +1 -1
- package/lib/module/api/cache/hooks/useCachingTaskProgress.js +1 -2
- package/lib/module/api/cache/hooks/useCachingTaskProgress.js.map +1 -1
- package/lib/module/api/cache/hooks/useCachingTaskStatus.js +1 -2
- package/lib/module/api/cache/hooks/useCachingTaskStatus.js.map +1 -1
- package/lib/module/api/cast/Airplay.js.map +1 -1
- package/lib/module/api/cast/CastAPI.js.map +1 -1
- package/lib/module/api/cast/CastConfiguration.js.map +1 -1
- package/lib/module/api/cast/CastState.js.map +1 -1
- package/lib/module/api/cast/Chromecast.js.map +1 -1
- package/lib/module/api/cast/barrel.js.map +1 -1
- package/lib/module/api/config/PlayerConfiguration.js.map +1 -1
- package/lib/module/api/config/barrel.js.map +1 -1
- package/lib/module/api/drm/ContentProtectionAPI.js.map +1 -1
- package/lib/module/api/drm/ContentProtectionIntegration.js.map +1 -1
- package/lib/module/api/drm/ContentProtectionIntegrationFactory.js.map +1 -1
- package/lib/module/api/drm/ContentProtectionRequest.js.map +1 -1
- package/lib/module/api/drm/ContentProtectionResponse.js.map +1 -1
- package/lib/module/api/drm/barrel.js.map +1 -1
- package/lib/module/api/error/ChromecastError.js.map +1 -1
- package/lib/module/api/error/PlayerError.js.map +1 -1
- package/lib/module/api/error/barrel.js.map +1 -1
- package/lib/module/api/event/AdEvent.js.map +1 -1
- package/lib/module/api/event/CastEvent.js.map +1 -1
- package/lib/module/api/event/Event.js.map +1 -1
- package/lib/module/api/event/EventDispatcher.js.map +1 -1
- package/lib/module/api/event/EventListener.js.map +1 -1
- package/lib/module/api/event/PlayerEvent.js.map +1 -1
- package/lib/module/api/event/TrackEvent.js.map +1 -1
- package/lib/module/api/event/barrel.js.map +1 -1
- package/lib/module/api/media/MediaControlConfiguration.js.map +1 -1
- package/lib/module/api/media/barrel.js.map +1 -1
- package/lib/module/api/pip/PiPConfiguration.js.map +1 -1
- package/lib/module/api/pip/barrel.js.map +1 -1
- package/lib/module/api/player/PlayerEventMap.js.map +1 -1
- package/lib/module/api/player/PlayerVersion.js.map +1 -1
- package/lib/module/api/player/THEOplayer.js.map +1 -1
- package/lib/module/api/player/barrel.js.map +1 -1
- package/lib/module/api/presentation/PresentationMode.js.map +1 -1
- package/lib/module/api/presentation/barrel.js.map +1 -1
- package/lib/module/api/source/SourceDescription.js.map +1 -1
- package/lib/module/api/source/ads/Ads.js.map +1 -1
- package/lib/module/api/source/ads/FreeWheelAdDescription.js.map +1 -1
- package/lib/module/api/source/ads/IMAAdDescription.js.map +1 -1
- package/lib/module/api/source/ads/SpotXAdDescription.js.map +1 -1
- package/lib/module/api/source/ads/THEOplayerAdDescription.js.map +1 -1
- package/lib/module/api/source/ads/barrel.js.map +1 -1
- package/lib/module/api/source/ads/ssai/GoogleDAIConfiguration.js.map +1 -1
- package/lib/module/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/module/api/source/ads/ssai/ServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/module/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +1 -1
- package/lib/module/api/source/ads/ssai/barrel.js.map +1 -1
- package/lib/module/api/source/analytics/AnalyticsDescription.js.map +1 -1
- package/lib/module/api/source/analytics/barrel.js.map +1 -1
- package/lib/module/api/source/barrel.js.map +1 -1
- package/lib/module/api/source/dash/DashPlaybackConfiguration.js.map +1 -1
- package/lib/module/api/source/dash/barrel.js.map +1 -1
- package/lib/module/api/source/drm/DRMConfiguration.js.map +1 -1
- package/lib/module/api/source/drm/barrel.js.map +1 -1
- package/lib/module/api/source/hls/HlsPlaybackConfiguration.js.map +1 -1
- package/lib/module/api/source/hls/barrel.js.map +1 -1
- package/lib/module/api/source/metadata/MetadataDescription.js.map +1 -1
- package/lib/module/api/source/metadata/barrel.js.map +1 -1
- package/lib/module/api/timeranges/TimeRange.js.map +1 -1
- package/lib/module/api/timeranges/barrel.js.map +1 -1
- package/lib/module/api/track/DateRangeCue.js.map +1 -1
- package/lib/module/api/track/MediaTrack.js.map +1 -1
- package/lib/module/api/track/Quality.js.map +1 -1
- package/lib/module/api/track/TextTrack.js.map +1 -1
- package/lib/module/api/track/TextTrackCue.js.map +1 -1
- package/lib/module/api/track/TextTrackStyle.js.map +1 -1
- package/lib/module/api/track/Track.js +1 -1
- package/lib/module/api/track/Track.js.map +1 -1
- package/lib/module/api/track/barrel.js.map +1 -1
- package/lib/module/api/ui/UIConfiguration.js.map +1 -1
- package/lib/module/api/ui/barrel.js.map +1 -1
- package/lib/module/api/utils/RetryConfiguration.js.map +1 -1
- package/lib/module/api/utils/TypeUtils.js.map +1 -1
- package/lib/module/api/utils/barrel.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/internal/THEOplayerView.js +133 -140
- package/lib/module/internal/THEOplayerView.js.map +1 -1
- package/lib/module/internal/THEOplayerView.style.js.map +1 -1
- package/lib/module/internal/THEOplayerView.web.js +6 -8
- package/lib/module/internal/THEOplayerView.web.js.map +1 -1
- package/lib/module/internal/adapter/NativePlayerState.js.map +1 -1
- package/lib/module/internal/adapter/THEOplayerAdapter.js +139 -151
- package/lib/module/internal/adapter/THEOplayerAdapter.js.map +1 -1
- package/lib/module/internal/adapter/THEOplayerWebAdapter.js +34 -55
- package/lib/module/internal/adapter/THEOplayerWebAdapter.js.map +1 -1
- package/lib/module/internal/adapter/WebEventForwarder.js +178 -186
- package/lib/module/internal/adapter/WebEventForwarder.js.map +1 -1
- package/lib/module/internal/adapter/abr/AbrAdapter.js +0 -6
- package/lib/module/internal/adapter/abr/AbrAdapter.js.map +1 -1
- package/lib/module/internal/adapter/ads/THEOplayerNativeAdsAdapter.js +0 -4
- package/lib/module/internal/adapter/ads/THEOplayerNativeAdsAdapter.js.map +1 -1
- package/lib/module/internal/adapter/ads/THEOplayerNativeGoogleDAI.js.map +1 -1
- package/lib/module/internal/adapter/ads/THEOplayerWebAdsAdapter.js +7 -19
- package/lib/module/internal/adapter/ads/THEOplayerWebAdsAdapter.js.map +1 -1
- package/lib/module/internal/adapter/ads/THEOplayerWebGoogleDAI.js.map +1 -1
- package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.js.map +1 -1
- package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.web.js +1 -1
- package/lib/module/internal/adapter/broadcast/EventBroadcastAdapter.web.js.map +1 -1
- package/lib/module/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js +8 -14
- package/lib/module/internal/adapter/broadcast/web/DefaultWebEventDispatcher.js.map +1 -1
- package/lib/module/internal/adapter/cast/THEOplayerNativeAirplay.js +8 -12
- package/lib/module/internal/adapter/cast/THEOplayerNativeAirplay.js.map +1 -1
- package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js +4 -12
- package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
- package/lib/module/internal/adapter/cast/THEOplayerNativeChromecast.js +8 -13
- package/lib/module/internal/adapter/cast/THEOplayerNativeChromecast.js.map +1 -1
- package/lib/module/internal/adapter/cast/THEOplayerWebCastAdapter.js +3 -10
- package/lib/module/internal/adapter/cast/THEOplayerWebCastAdapter.js.map +1 -1
- package/lib/module/internal/adapter/event/BaseEvent.js +1 -2
- package/lib/module/internal/adapter/event/BaseEvent.js.map +1 -1
- package/lib/module/internal/adapter/event/DefaultEventDispatcher.js +8 -14
- package/lib/module/internal/adapter/event/DefaultEventDispatcher.js.map +1 -1
- package/lib/module/internal/adapter/event/PlayerEvents.js +0 -6
- package/lib/module/internal/adapter/event/PlayerEvents.js.map +1 -1
- package/lib/module/internal/adapter/event/native/NativeAdEvent.js.map +1 -1
- package/lib/module/internal/adapter/event/native/NativeCastEvent.js.map +1 -1
- package/lib/module/internal/adapter/event/native/NativePlayerEvent.js.map +1 -1
- package/lib/module/internal/adapter/event/native/NativeTrackEvent.js.map +1 -1
- package/lib/module/internal/adapter/track/TextTrackStyleAdapter.js +10 -13
- package/lib/module/internal/adapter/track/TextTrackStyleAdapter.js.map +1 -1
- package/lib/module/internal/adapter/web/FullscreenAPI.js.map +1 -1
- package/lib/module/internal/adapter/web/TrackUtils.js.map +1 -1
- package/lib/module/internal/adapter/web/WebMediaSession.js +68 -80
- package/lib/module/internal/adapter/web/WebMediaSession.js.map +1 -1
- package/lib/module/internal/adapter/web/WebPresentationModeManager.js +22 -31
- package/lib/module/internal/adapter/web/WebPresentationModeManager.js.map +1 -1
- package/lib/module/internal/cache/MediaCache.js +59 -62
- package/lib/module/internal/cache/MediaCache.js.map +1 -1
- package/lib/module/internal/cache/MediaCache.web.js +14 -17
- package/lib/module/internal/cache/MediaCache.web.js.map +1 -1
- package/lib/module/internal/cache/NativeCachingTaskAdapter.js +0 -14
- package/lib/module/internal/cache/NativeCachingTaskAdapter.js.map +1 -1
- package/lib/module/internal/cache/NativeCachingTaskParametersAdapter.js +2 -3
- package/lib/module/internal/cache/NativeCachingTaskParametersAdapter.js.map +1 -1
- package/lib/module/internal/cache/WebCachingTaskAdapter.js.map +1 -1
- package/lib/module/internal/drm/ContentProtectionRegistry.js +132 -138
- package/lib/module/internal/drm/ContentProtectionRegistry.js.map +1 -1
- package/lib/module/internal/drm/ContentProtectionRegistry.web.js.map +1 -1
- package/lib/module/internal/drm/NativeCertificateRequest.js.map +1 -1
- package/lib/module/internal/drm/NativeCertificateResponse.js.map +1 -1
- package/lib/module/internal/drm/NativeContentProtectionEvent.js.map +1 -1
- package/lib/module/internal/drm/NativeLicenseRequest.js.map +1 -1
- package/lib/module/internal/drm/NativeLicenseResponse.js.map +1 -1
- package/lib/module/internal/utils/CommonUtils.js.map +1 -1
- package/lib/module/internal/utils/Dimensions.js.map +1 -1
- package/lib/module/internal/utils/TypeUtils.js.map +1 -1
- package/lib/module/internal/utils/arrayUtil.js.map +1 -1
- package/lib/module/web/platform/browser.d.js.map +1 -1
- package/lib/typescript/__tests__/index.test.d.ts +1 -0
- package/lib/typescript/__tests__/index.test.d.ts.map +1 -0
- package/lib/typescript/api/THEOplayerView.d.ts +1 -0
- package/lib/typescript/api/THEOplayerView.d.ts.map +1 -0
- package/lib/typescript/api/abr/ABRConfiguration.d.ts +1 -0
- package/lib/typescript/api/abr/ABRConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/abr/barrel.d.ts +1 -0
- package/lib/typescript/api/abr/barrel.d.ts.map +1 -0
- package/lib/typescript/api/ads/Ad.d.ts +1 -0
- package/lib/typescript/api/ads/Ad.d.ts.map +1 -0
- package/lib/typescript/api/ads/AdBreak.d.ts +1 -0
- package/lib/typescript/api/ads/AdBreak.d.ts.map +1 -0
- package/lib/typescript/api/ads/AdsAPI.d.ts +1 -0
- package/lib/typescript/api/ads/AdsAPI.d.ts.map +1 -0
- package/lib/typescript/api/ads/AdsConfiguration.d.ts +1 -0
- package/lib/typescript/api/ads/AdsConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/ads/CompanionAd.d.ts +1 -0
- package/lib/typescript/api/ads/CompanionAd.d.ts.map +1 -0
- package/lib/typescript/api/ads/GoogleDai.d.ts +1 -0
- package/lib/typescript/api/ads/GoogleDai.d.ts.map +1 -0
- package/lib/typescript/api/ads/GoogleImaAd.d.ts +1 -0
- package/lib/typescript/api/ads/GoogleImaAd.d.ts.map +1 -0
- package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts +1 -0
- package/lib/typescript/api/ads/GoogleImaConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/ads/barrel.d.ts +1 -0
- package/lib/typescript/api/ads/barrel.d.ts.map +1 -0
- package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts +1 -0
- package/lib/typescript/api/backgroundAudio/BackgroundAudioConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/backgroundAudio/barrel.d.ts +1 -0
- package/lib/typescript/api/backgroundAudio/barrel.d.ts.map +1 -0
- package/lib/typescript/api/barrel.d.ts +1 -0
- package/lib/typescript/api/barrel.d.ts.map +1 -0
- package/lib/typescript/api/broadcast/EventBroadcastAPI.d.ts +1 -0
- package/lib/typescript/api/broadcast/EventBroadcastAPI.d.ts.map +1 -0
- package/lib/typescript/api/broadcast/barrel.d.ts +1 -0
- package/lib/typescript/api/broadcast/barrel.d.ts.map +1 -0
- package/lib/typescript/api/cache/CachingPreferredTrackSelection.d.ts +1 -0
- package/lib/typescript/api/cache/CachingPreferredTrackSelection.d.ts.map +1 -0
- package/lib/typescript/api/cache/CachingTask.d.ts +1 -0
- package/lib/typescript/api/cache/CachingTask.d.ts.map +1 -0
- package/lib/typescript/api/cache/CachingTaskLicense.d.ts +1 -0
- package/lib/typescript/api/cache/CachingTaskLicense.d.ts.map +1 -0
- package/lib/typescript/api/cache/CachingTaskList.d.ts +1 -0
- package/lib/typescript/api/cache/CachingTaskList.d.ts.map +1 -0
- package/lib/typescript/api/cache/CachingTaskParameters.d.ts +1 -0
- package/lib/typescript/api/cache/CachingTaskParameters.d.ts.map +1 -0
- package/lib/typescript/api/cache/MediaCacheAPI.d.ts +1 -0
- package/lib/typescript/api/cache/MediaCacheAPI.d.ts.map +1 -0
- package/lib/typescript/api/cache/barrel.d.ts +1 -0
- package/lib/typescript/api/cache/barrel.d.ts.map +1 -0
- package/lib/typescript/api/cache/events/CacheEvent.d.ts +1 -0
- package/lib/typescript/api/cache/events/CacheEvent.d.ts.map +1 -0
- package/lib/typescript/api/cache/events/CachingTaskEvent.d.ts +1 -0
- package/lib/typescript/api/cache/events/CachingTaskEvent.d.ts.map +1 -0
- package/lib/typescript/api/cache/events/barrel.d.ts +1 -0
- package/lib/typescript/api/cache/events/barrel.d.ts.map +1 -0
- package/lib/typescript/api/cache/hooks/barrel.d.ts +1 -0
- package/lib/typescript/api/cache/hooks/barrel.d.ts.map +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskList.d.ts +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskList.d.ts.map +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskProgress.d.ts +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskProgress.d.ts.map +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskStatus.d.ts +1 -0
- package/lib/typescript/api/cache/hooks/useCachingTaskStatus.d.ts.map +1 -0
- package/lib/typescript/api/cast/Airplay.d.ts +1 -0
- package/lib/typescript/api/cast/Airplay.d.ts.map +1 -0
- package/lib/typescript/api/cast/CastAPI.d.ts +1 -0
- package/lib/typescript/api/cast/CastAPI.d.ts.map +1 -0
- package/lib/typescript/api/cast/CastConfiguration.d.ts +1 -0
- package/lib/typescript/api/cast/CastConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/cast/CastState.d.ts +1 -0
- package/lib/typescript/api/cast/CastState.d.ts.map +1 -0
- package/lib/typescript/api/cast/Chromecast.d.ts +1 -0
- package/lib/typescript/api/cast/Chromecast.d.ts.map +1 -0
- package/lib/typescript/api/cast/barrel.d.ts +1 -0
- package/lib/typescript/api/cast/barrel.d.ts.map +1 -0
- package/lib/typescript/api/config/PlayerConfiguration.d.ts +1 -0
- package/lib/typescript/api/config/PlayerConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/config/barrel.d.ts +1 -0
- package/lib/typescript/api/config/barrel.d.ts.map +1 -0
- package/lib/typescript/api/drm/ContentProtectionAPI.d.ts +1 -0
- package/lib/typescript/api/drm/ContentProtectionAPI.d.ts.map +1 -0
- package/lib/typescript/api/drm/ContentProtectionIntegration.d.ts +1 -0
- package/lib/typescript/api/drm/ContentProtectionIntegration.d.ts.map +1 -0
- package/lib/typescript/api/drm/ContentProtectionIntegrationFactory.d.ts +1 -0
- package/lib/typescript/api/drm/ContentProtectionIntegrationFactory.d.ts.map +1 -0
- package/lib/typescript/api/drm/ContentProtectionRequest.d.ts +1 -0
- package/lib/typescript/api/drm/ContentProtectionRequest.d.ts.map +1 -0
- package/lib/typescript/api/drm/ContentProtectionResponse.d.ts +1 -0
- package/lib/typescript/api/drm/ContentProtectionResponse.d.ts.map +1 -0
- package/lib/typescript/api/drm/barrel.d.ts +1 -0
- package/lib/typescript/api/drm/barrel.d.ts.map +1 -0
- package/lib/typescript/api/error/ChromecastError.d.ts +1 -0
- package/lib/typescript/api/error/ChromecastError.d.ts.map +1 -0
- package/lib/typescript/api/error/PlayerError.d.ts +1 -0
- package/lib/typescript/api/error/PlayerError.d.ts.map +1 -0
- package/lib/typescript/api/error/barrel.d.ts +1 -0
- package/lib/typescript/api/error/barrel.d.ts.map +1 -0
- package/lib/typescript/api/event/AdEvent.d.ts +1 -0
- package/lib/typescript/api/event/AdEvent.d.ts.map +1 -0
- package/lib/typescript/api/event/CastEvent.d.ts +1 -0
- package/lib/typescript/api/event/CastEvent.d.ts.map +1 -0
- package/lib/typescript/api/event/Event.d.ts +1 -0
- package/lib/typescript/api/event/Event.d.ts.map +1 -0
- package/lib/typescript/api/event/EventDispatcher.d.ts +1 -0
- package/lib/typescript/api/event/EventDispatcher.d.ts.map +1 -0
- package/lib/typescript/api/event/EventListener.d.ts +1 -0
- package/lib/typescript/api/event/EventListener.d.ts.map +1 -0
- package/lib/typescript/api/event/PlayerEvent.d.ts +1 -0
- package/lib/typescript/api/event/PlayerEvent.d.ts.map +1 -0
- package/lib/typescript/api/event/TrackEvent.d.ts +1 -0
- package/lib/typescript/api/event/TrackEvent.d.ts.map +1 -0
- package/lib/typescript/api/event/barrel.d.ts +1 -0
- package/lib/typescript/api/event/barrel.d.ts.map +1 -0
- package/lib/typescript/api/media/MediaControlConfiguration.d.ts +1 -0
- package/lib/typescript/api/media/MediaControlConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/media/barrel.d.ts +1 -0
- package/lib/typescript/api/media/barrel.d.ts.map +1 -0
- package/lib/typescript/api/pip/PiPConfiguration.d.ts +1 -0
- package/lib/typescript/api/pip/PiPConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/pip/barrel.d.ts +1 -0
- package/lib/typescript/api/pip/barrel.d.ts.map +1 -0
- package/lib/typescript/api/player/PlayerEventMap.d.ts +1 -0
- package/lib/typescript/api/player/PlayerEventMap.d.ts.map +1 -0
- package/lib/typescript/api/player/PlayerVersion.d.ts +1 -0
- package/lib/typescript/api/player/PlayerVersion.d.ts.map +1 -0
- package/lib/typescript/api/player/THEOplayer.d.ts +1 -0
- package/lib/typescript/api/player/THEOplayer.d.ts.map +1 -0
- package/lib/typescript/api/player/barrel.d.ts +1 -0
- package/lib/typescript/api/player/barrel.d.ts.map +1 -0
- package/lib/typescript/api/presentation/PresentationMode.d.ts +1 -0
- package/lib/typescript/api/presentation/PresentationMode.d.ts.map +1 -0
- package/lib/typescript/api/presentation/barrel.d.ts +1 -0
- package/lib/typescript/api/presentation/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/SourceDescription.d.ts +1 -0
- package/lib/typescript/api/source/SourceDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/Ads.d.ts +1 -0
- package/lib/typescript/api/source/ads/Ads.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts +1 -0
- package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/IMAAdDescription.d.ts +1 -0
- package/lib/typescript/api/source/ads/IMAAdDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts +1 -0
- package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/THEOplayerAdDescription.d.ts +1 -0
- package/lib/typescript/api/source/ads/THEOplayerAdDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/barrel.d.ts +1 -0
- package/lib/typescript/api/source/ads/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/ads/ssai/barrel.d.ts +1 -0
- package/lib/typescript/api/source/ads/ssai/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/analytics/AnalyticsDescription.d.ts +1 -0
- package/lib/typescript/api/source/analytics/AnalyticsDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/analytics/barrel.d.ts +1 -0
- package/lib/typescript/api/source/analytics/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/barrel.d.ts +1 -0
- package/lib/typescript/api/source/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/dash/DashPlaybackConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/dash/barrel.d.ts +1 -0
- package/lib/typescript/api/source/dash/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/drm/DRMConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/drm/DRMConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/drm/barrel.d.ts +1 -0
- package/lib/typescript/api/source/drm/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts +1 -0
- package/lib/typescript/api/source/hls/HlsPlaybackConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/source/hls/barrel.d.ts +1 -0
- package/lib/typescript/api/source/hls/barrel.d.ts.map +1 -0
- package/lib/typescript/api/source/metadata/MetadataDescription.d.ts +1 -0
- package/lib/typescript/api/source/metadata/MetadataDescription.d.ts.map +1 -0
- package/lib/typescript/api/source/metadata/barrel.d.ts +1 -0
- package/lib/typescript/api/source/metadata/barrel.d.ts.map +1 -0
- package/lib/typescript/api/timeranges/TimeRange.d.ts +1 -0
- package/lib/typescript/api/timeranges/TimeRange.d.ts.map +1 -0
- package/lib/typescript/api/timeranges/barrel.d.ts +1 -0
- package/lib/typescript/api/timeranges/barrel.d.ts.map +1 -0
- package/lib/typescript/api/track/DateRangeCue.d.ts +1 -0
- package/lib/typescript/api/track/DateRangeCue.d.ts.map +1 -0
- package/lib/typescript/api/track/MediaTrack.d.ts +1 -0
- package/lib/typescript/api/track/MediaTrack.d.ts.map +1 -0
- package/lib/typescript/api/track/Quality.d.ts +1 -0
- package/lib/typescript/api/track/Quality.d.ts.map +1 -0
- package/lib/typescript/api/track/TextTrack.d.ts +1 -0
- package/lib/typescript/api/track/TextTrack.d.ts.map +1 -0
- package/lib/typescript/api/track/TextTrackCue.d.ts +1 -0
- package/lib/typescript/api/track/TextTrackCue.d.ts.map +1 -0
- package/lib/typescript/api/track/TextTrackStyle.d.ts +1 -0
- package/lib/typescript/api/track/TextTrackStyle.d.ts.map +1 -0
- package/lib/typescript/api/track/Track.d.ts +1 -0
- package/lib/typescript/api/track/Track.d.ts.map +1 -0
- package/lib/typescript/api/track/barrel.d.ts +1 -0
- package/lib/typescript/api/track/barrel.d.ts.map +1 -0
- package/lib/typescript/api/ui/UIConfiguration.d.ts +1 -0
- package/lib/typescript/api/ui/UIConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/ui/barrel.d.ts +1 -0
- package/lib/typescript/api/ui/barrel.d.ts.map +1 -0
- package/lib/typescript/api/utils/RetryConfiguration.d.ts +1 -0
- package/lib/typescript/api/utils/RetryConfiguration.d.ts.map +1 -0
- package/lib/typescript/api/utils/TypeUtils.d.ts +1 -0
- package/lib/typescript/api/utils/TypeUtils.d.ts.map +1 -0
- package/lib/typescript/api/utils/barrel.d.ts +1 -0
- package/lib/typescript/api/utils/barrel.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/internal/THEOplayerView.d.ts +1 -0
- package/lib/typescript/internal/THEOplayerView.d.ts.map +1 -0
- package/lib/typescript/internal/THEOplayerView.style.d.ts +1 -0
- package/lib/typescript/internal/THEOplayerView.style.d.ts.map +1 -0
- package/lib/typescript/internal/THEOplayerView.web.d.ts +1 -0
- package/lib/typescript/internal/THEOplayerView.web.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/NativePlayerState.d.ts +1 -0
- package/lib/typescript/internal/adapter/NativePlayerState.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/THEOplayerWebAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/THEOplayerWebAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/WebEventForwarder.d.ts +1 -0
- package/lib/typescript/internal/adapter/WebEventForwarder.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/abr/AbrAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/abr/AbrAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerNativeAdsAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerNativeAdsAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerNativeGoogleDAI.d.ts +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerNativeGoogleDAI.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerWebAdsAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerWebAdsAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerWebGoogleDAI.d.ts +1 -0
- package/lib/typescript/internal/adapter/ads/THEOplayerWebGoogleDAI.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.web.d.ts +1 -0
- package/lib/typescript/internal/adapter/broadcast/EventBroadcastAdapter.web.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/broadcast/web/DefaultWebEventDispatcher.d.ts +2 -1
- package/lib/typescript/internal/adapter/broadcast/web/DefaultWebEventDispatcher.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeAirplay.d.ts +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeAirplay.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeChromecast.d.ts +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeChromecast.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerWebCastAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/cast/THEOplayerWebCastAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/BaseEvent.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/BaseEvent.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/DefaultEventDispatcher.d.ts +2 -1
- package/lib/typescript/internal/adapter/event/DefaultEventDispatcher.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/PlayerEvents.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/PlayerEvents.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeAdEvent.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeAdEvent.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeCastEvent.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeCastEvent.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/native/NativePlayerEvent.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/native/NativePlayerEvent.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeTrackEvent.d.ts +1 -0
- package/lib/typescript/internal/adapter/event/native/NativeTrackEvent.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/track/TextTrackStyleAdapter.d.ts +1 -0
- package/lib/typescript/internal/adapter/track/TextTrackStyleAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/web/FullscreenAPI.d.ts +1 -0
- package/lib/typescript/internal/adapter/web/FullscreenAPI.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/web/TrackUtils.d.ts +1 -0
- package/lib/typescript/internal/adapter/web/TrackUtils.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/web/WebMediaSession.d.ts +1 -0
- package/lib/typescript/internal/adapter/web/WebMediaSession.d.ts.map +1 -0
- package/lib/typescript/internal/adapter/web/WebPresentationModeManager.d.ts +1 -0
- package/lib/typescript/internal/adapter/web/WebPresentationModeManager.d.ts.map +1 -0
- package/lib/typescript/internal/cache/MediaCache.d.ts +1 -0
- package/lib/typescript/internal/cache/MediaCache.d.ts.map +1 -0
- package/lib/typescript/internal/cache/MediaCache.web.d.ts +1 -0
- package/lib/typescript/internal/cache/MediaCache.web.d.ts.map +1 -0
- package/lib/typescript/internal/cache/NativeCachingTaskAdapter.d.ts +1 -0
- package/lib/typescript/internal/cache/NativeCachingTaskAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/cache/NativeCachingTaskParametersAdapter.d.ts +1 -0
- package/lib/typescript/internal/cache/NativeCachingTaskParametersAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/cache/WebCachingTaskAdapter.d.ts +1 -0
- package/lib/typescript/internal/cache/WebCachingTaskAdapter.d.ts.map +1 -0
- package/lib/typescript/internal/drm/ContentProtectionRegistry.d.ts +1 -0
- package/lib/typescript/internal/drm/ContentProtectionRegistry.d.ts.map +1 -0
- package/lib/typescript/internal/drm/ContentProtectionRegistry.web.d.ts +1 -0
- package/lib/typescript/internal/drm/ContentProtectionRegistry.web.d.ts.map +1 -0
- package/lib/typescript/internal/drm/NativeCertificateRequest.d.ts +1 -0
- package/lib/typescript/internal/drm/NativeCertificateRequest.d.ts.map +1 -0
- package/lib/typescript/internal/drm/NativeCertificateResponse.d.ts +1 -0
- package/lib/typescript/internal/drm/NativeCertificateResponse.d.ts.map +1 -0
- package/lib/typescript/internal/drm/NativeContentProtectionEvent.d.ts +1 -0
- package/lib/typescript/internal/drm/NativeContentProtectionEvent.d.ts.map +1 -0
- package/lib/typescript/internal/drm/NativeLicenseRequest.d.ts +1 -0
- package/lib/typescript/internal/drm/NativeLicenseRequest.d.ts.map +1 -0
- package/lib/typescript/internal/drm/NativeLicenseResponse.d.ts +1 -0
- package/lib/typescript/internal/drm/NativeLicenseResponse.d.ts.map +1 -0
- package/lib/typescript/internal/utils/CommonUtils.d.ts +1 -0
- package/lib/typescript/internal/utils/CommonUtils.d.ts.map +1 -0
- package/lib/typescript/internal/utils/Dimensions.d.ts +1 -0
- package/lib/typescript/internal/utils/Dimensions.d.ts.map +1 -0
- package/lib/typescript/internal/utils/TypeUtils.d.ts +1 -0
- package/lib/typescript/internal/utils/TypeUtils.d.ts.map +1 -0
- package/lib/typescript/internal/utils/arrayUtil.d.ts +1 -0
- package/lib/typescript/internal/utils/arrayUtil.d.ts.map +1 -0
- package/package.json +12 -38
- package/react-native-theoplayer.podspec +5 -5
- package/src/internal/THEOplayerView.tsx +1 -1
- package/src/internal/adapter/THEOplayerAdapter.ts +1 -1
- package/src/internal/adapter/web/WebMediaSession.ts +1 -1
- package/android/local/com/theoplayer/android-connector/mediasession/5.11.0-local/mediasession-5.11.0-local.aar +0 -0
- package/android/local/com/theoplayer/android-connector/mediasession/5.11.0-local/mediasession-5.11.0-local.pom +0 -15
- package/android/local/com/theoplayer/android-connector/mediasession/maven-metadata-local.xml +0 -13
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3
|
-
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
4
1
|
import { NativeEventEmitter, NativeModules } from 'react-native';
|
|
5
2
|
import { fromNativeLicenseRequest, toNativeLicenseRequest } from './NativeLicenseRequest';
|
|
6
3
|
import { fromNativeLicenseResponse, toNativeLicenseResponseResult } from './NativeLicenseResponse';
|
|
@@ -9,138 +6,9 @@ import { fromNativeCertificateResponse, toNativeCertificateResponseResult } from
|
|
|
9
6
|
import { isBufferSource } from '../utils/TypeUtils';
|
|
10
7
|
const NativeContentProtectionModule = NativeModules.THEORCTContentProtectionModule;
|
|
11
8
|
export class NativeContentProtectionRegistry {
|
|
9
|
+
registeredFactories = [];
|
|
10
|
+
currentIntegration = undefined;
|
|
12
11
|
constructor() {
|
|
13
|
-
_defineProperty(this, "emitter", void 0);
|
|
14
|
-
_defineProperty(this, "registeredFactories", []);
|
|
15
|
-
_defineProperty(this, "currentIntegration", undefined);
|
|
16
|
-
_defineProperty(this, "onBuildIntegrationRequest", event => {
|
|
17
|
-
const {
|
|
18
|
-
requestId,
|
|
19
|
-
integrationId,
|
|
20
|
-
keySystemId,
|
|
21
|
-
drmConfig
|
|
22
|
-
} = event;
|
|
23
|
-
console.log('NativeContentProtectionModule', `onBuildIntegrationRequest ${integrationId} ${keySystemId}`);
|
|
24
|
-
const factory = this.getFactory(integrationId, keySystemId);
|
|
25
|
-
if (factory) {
|
|
26
|
-
this.currentIntegration = {
|
|
27
|
-
integrationId,
|
|
28
|
-
keySystemId,
|
|
29
|
-
integration: factory.build(drmConfig)
|
|
30
|
-
};
|
|
31
|
-
NativeContentProtectionModule.onBuildProcessed({
|
|
32
|
-
requestId,
|
|
33
|
-
resultString: 'success'
|
|
34
|
-
});
|
|
35
|
-
} else {
|
|
36
|
-
NativeContentProtectionModule.onBuildProcessed({
|
|
37
|
-
requestId,
|
|
38
|
-
resultString: 'failed'
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
_defineProperty(this, "onCertificateRequest", async request => {
|
|
43
|
-
const {
|
|
44
|
-
requestId,
|
|
45
|
-
integrationId,
|
|
46
|
-
keySystemId
|
|
47
|
-
} = request;
|
|
48
|
-
console.log('NativeContentProtectionModule', `onCertificateRequest ${integrationId} ${keySystemId}`);
|
|
49
|
-
const integration = this.getIntegration(integrationId, keySystemId);
|
|
50
|
-
if (integration !== null && integration !== void 0 && integration.onCertificateRequest) {
|
|
51
|
-
const result = await integration.onCertificateRequest(fromNativeCertificateRequest(request));
|
|
52
|
-
// TODO: we also want to support ArrayBufferView results
|
|
53
|
-
if (isBufferSource(result)) {
|
|
54
|
-
const nativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, result);
|
|
55
|
-
NativeContentProtectionModule.onCertificateRequestProcessedAsCertificate(nativeResponse);
|
|
56
|
-
} else if (result) {
|
|
57
|
-
const modifiedNativeRequest = toNativeCertificateRequest(requestId, integrationId, keySystemId, result);
|
|
58
|
-
NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(modifiedNativeRequest);
|
|
59
|
-
}
|
|
60
|
-
} else {
|
|
61
|
-
NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(request);
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
_defineProperty(this, "onCertificateResponse", async response => {
|
|
65
|
-
const {
|
|
66
|
-
requestId,
|
|
67
|
-
integrationId,
|
|
68
|
-
keySystemId
|
|
69
|
-
} = response;
|
|
70
|
-
console.log('NativeContentProtectionModule', `onCertificateResponse ${integrationId} ${keySystemId}`);
|
|
71
|
-
const integration = this.getIntegration(integrationId, keySystemId);
|
|
72
|
-
if (integration !== null && integration !== void 0 && integration.onCertificateResponse) {
|
|
73
|
-
const responseResult = await integration.onCertificateResponse(fromNativeCertificateResponse(response));
|
|
74
|
-
// TODO: we also want to support ArrayBufferView results
|
|
75
|
-
const modifiedNativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, responseResult);
|
|
76
|
-
NativeContentProtectionModule.onCertificateResponseProcessed(modifiedNativeResponse);
|
|
77
|
-
} else {
|
|
78
|
-
NativeContentProtectionModule.onCertificateResponseProcessed(response);
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
_defineProperty(this, "onLicenseRequest", async request => {
|
|
82
|
-
const {
|
|
83
|
-
requestId,
|
|
84
|
-
integrationId,
|
|
85
|
-
keySystemId
|
|
86
|
-
} = request;
|
|
87
|
-
console.log('NativeContentProtectionModule', `onLicenseRequest ${integrationId} ${keySystemId}`);
|
|
88
|
-
const integration = this.getIntegration(integrationId, keySystemId);
|
|
89
|
-
// Optionally let the custom integration modify the request.
|
|
90
|
-
if (integration !== null && integration !== void 0 && integration.onLicenseRequest) {
|
|
91
|
-
const result = await integration.onLicenseRequest(fromNativeLicenseRequest(request));
|
|
92
|
-
// TODO: we also want to support ArrayBufferView results
|
|
93
|
-
if (isBufferSource(result)) {
|
|
94
|
-
const nativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, result);
|
|
95
|
-
NativeContentProtectionModule.onLicenseRequestProcessedAsLicense(nativeResponse);
|
|
96
|
-
} else if (result) {
|
|
97
|
-
const modifiedNativeRequest = toNativeLicenseRequest(requestId, integrationId, keySystemId, result);
|
|
98
|
-
NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(modifiedNativeRequest);
|
|
99
|
-
}
|
|
100
|
-
} else {
|
|
101
|
-
NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(request);
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
_defineProperty(this, "onLicenseResponse", async response => {
|
|
105
|
-
const {
|
|
106
|
-
requestId,
|
|
107
|
-
integrationId,
|
|
108
|
-
keySystemId
|
|
109
|
-
} = response;
|
|
110
|
-
console.log('NativeContentProtectionModule', `onLicenseResponse ${integrationId} ${keySystemId}`);
|
|
111
|
-
const integration = this.getIntegration(integrationId, keySystemId);
|
|
112
|
-
if (integration !== null && integration !== void 0 && integration.onLicenseResponse) {
|
|
113
|
-
const responseResult = await integration.onLicenseResponse(fromNativeLicenseResponse(response));
|
|
114
|
-
// TODO: we also want to support ArrayBufferView results
|
|
115
|
-
const modifiedNativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, responseResult);
|
|
116
|
-
NativeContentProtectionModule.onLicenseResponseProcessed(modifiedNativeResponse);
|
|
117
|
-
} else {
|
|
118
|
-
NativeContentProtectionModule.onLicenseResponseProcessed(response);
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
_defineProperty(this, "onExtractFairplayContentId", async event => {
|
|
122
|
-
const {
|
|
123
|
-
integrationId,
|
|
124
|
-
keySystemId,
|
|
125
|
-
fairplaySkdUrl,
|
|
126
|
-
requestId
|
|
127
|
-
} = event;
|
|
128
|
-
console.log('NativeContentProtectionModule', `onExtractFairplayContentId ${integrationId} ${keySystemId}`);
|
|
129
|
-
const integration = this.getIntegration(integrationId, keySystemId);
|
|
130
|
-
if (integration !== null && integration !== void 0 && integration.extractFairplayContentId) {
|
|
131
|
-
const contentId = await integration.extractFairplayContentId(fairplaySkdUrl);
|
|
132
|
-
NativeContentProtectionModule.onExtractFairplayContentIdProcessed({
|
|
133
|
-
requestId,
|
|
134
|
-
contentId
|
|
135
|
-
});
|
|
136
|
-
} else {
|
|
137
|
-
const contentId = fairplaySkdUrl;
|
|
138
|
-
NativeContentProtectionModule.onExtractFairplayContentIdProcessed({
|
|
139
|
-
requestId,
|
|
140
|
-
contentId
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
12
|
this.emitter = new NativeEventEmitter(NativeContentProtectionModule);
|
|
145
13
|
this.emitter.addListener('onBuildIntegration', this.onBuildIntegrationRequest);
|
|
146
14
|
this.emitter.addListener('onCertificateRequest', this.onCertificateRequest);
|
|
@@ -158,13 +26,139 @@ export class NativeContentProtectionRegistry {
|
|
|
158
26
|
NativeContentProtectionModule.registerContentProtectionIntegration(integrationId, keySystemId);
|
|
159
27
|
}
|
|
160
28
|
getFactory(integrationId, keySystemId) {
|
|
161
|
-
|
|
162
|
-
return (_this$registeredFacto = this.registeredFactories.find(init => init.integrationId === integrationId && init.keySystemId === keySystemId)) === null || _this$registeredFacto === void 0 ? void 0 : _this$registeredFacto.integrationFactory;
|
|
29
|
+
return this.registeredFactories.find(init => init.integrationId === integrationId && init.keySystemId === keySystemId)?.integrationFactory;
|
|
163
30
|
}
|
|
164
31
|
getIntegration(integrationId, keySystemId) {
|
|
165
|
-
|
|
166
|
-
return ((_this$currentIntegrat = this.currentIntegration) === null || _this$currentIntegrat === void 0 ? void 0 : _this$currentIntegrat.integrationId) === integrationId && ((_this$currentIntegrat2 = this.currentIntegration) === null || _this$currentIntegrat2 === void 0 ? void 0 : _this$currentIntegrat2.keySystemId) === keySystemId ? (_this$currentIntegrat3 = this.currentIntegration) === null || _this$currentIntegrat3 === void 0 ? void 0 : _this$currentIntegrat3.integration : undefined;
|
|
32
|
+
return this.currentIntegration?.integrationId === integrationId && this.currentIntegration?.keySystemId === keySystemId ? this.currentIntegration?.integration : undefined;
|
|
167
33
|
}
|
|
34
|
+
onBuildIntegrationRequest = event => {
|
|
35
|
+
const {
|
|
36
|
+
requestId,
|
|
37
|
+
integrationId,
|
|
38
|
+
keySystemId,
|
|
39
|
+
drmConfig
|
|
40
|
+
} = event;
|
|
41
|
+
console.log('NativeContentProtectionModule', `onBuildIntegrationRequest ${integrationId} ${keySystemId}`);
|
|
42
|
+
const factory = this.getFactory(integrationId, keySystemId);
|
|
43
|
+
if (factory) {
|
|
44
|
+
this.currentIntegration = {
|
|
45
|
+
integrationId,
|
|
46
|
+
keySystemId,
|
|
47
|
+
integration: factory.build(drmConfig)
|
|
48
|
+
};
|
|
49
|
+
NativeContentProtectionModule.onBuildProcessed({
|
|
50
|
+
requestId,
|
|
51
|
+
resultString: 'success'
|
|
52
|
+
});
|
|
53
|
+
} else {
|
|
54
|
+
NativeContentProtectionModule.onBuildProcessed({
|
|
55
|
+
requestId,
|
|
56
|
+
resultString: 'failed'
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
onCertificateRequest = async request => {
|
|
61
|
+
const {
|
|
62
|
+
requestId,
|
|
63
|
+
integrationId,
|
|
64
|
+
keySystemId
|
|
65
|
+
} = request;
|
|
66
|
+
console.log('NativeContentProtectionModule', `onCertificateRequest ${integrationId} ${keySystemId}`);
|
|
67
|
+
const integration = this.getIntegration(integrationId, keySystemId);
|
|
68
|
+
if (integration?.onCertificateRequest) {
|
|
69
|
+
const result = await integration.onCertificateRequest(fromNativeCertificateRequest(request));
|
|
70
|
+
// TODO: we also want to support ArrayBufferView results
|
|
71
|
+
if (isBufferSource(result)) {
|
|
72
|
+
const nativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, result);
|
|
73
|
+
NativeContentProtectionModule.onCertificateRequestProcessedAsCertificate(nativeResponse);
|
|
74
|
+
} else if (result) {
|
|
75
|
+
const modifiedNativeRequest = toNativeCertificateRequest(requestId, integrationId, keySystemId, result);
|
|
76
|
+
NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(modifiedNativeRequest);
|
|
77
|
+
}
|
|
78
|
+
} else {
|
|
79
|
+
NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(request);
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
onCertificateResponse = async response => {
|
|
83
|
+
const {
|
|
84
|
+
requestId,
|
|
85
|
+
integrationId,
|
|
86
|
+
keySystemId
|
|
87
|
+
} = response;
|
|
88
|
+
console.log('NativeContentProtectionModule', `onCertificateResponse ${integrationId} ${keySystemId}`);
|
|
89
|
+
const integration = this.getIntegration(integrationId, keySystemId);
|
|
90
|
+
if (integration?.onCertificateResponse) {
|
|
91
|
+
const responseResult = await integration.onCertificateResponse(fromNativeCertificateResponse(response));
|
|
92
|
+
// TODO: we also want to support ArrayBufferView results
|
|
93
|
+
const modifiedNativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, responseResult);
|
|
94
|
+
NativeContentProtectionModule.onCertificateResponseProcessed(modifiedNativeResponse);
|
|
95
|
+
} else {
|
|
96
|
+
NativeContentProtectionModule.onCertificateResponseProcessed(response);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
onLicenseRequest = async request => {
|
|
100
|
+
const {
|
|
101
|
+
requestId,
|
|
102
|
+
integrationId,
|
|
103
|
+
keySystemId
|
|
104
|
+
} = request;
|
|
105
|
+
console.log('NativeContentProtectionModule', `onLicenseRequest ${integrationId} ${keySystemId}`);
|
|
106
|
+
const integration = this.getIntegration(integrationId, keySystemId);
|
|
107
|
+
// Optionally let the custom integration modify the request.
|
|
108
|
+
if (integration?.onLicenseRequest) {
|
|
109
|
+
const result = await integration.onLicenseRequest(fromNativeLicenseRequest(request));
|
|
110
|
+
// TODO: we also want to support ArrayBufferView results
|
|
111
|
+
if (isBufferSource(result)) {
|
|
112
|
+
const nativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, result);
|
|
113
|
+
NativeContentProtectionModule.onLicenseRequestProcessedAsLicense(nativeResponse);
|
|
114
|
+
} else if (result) {
|
|
115
|
+
const modifiedNativeRequest = toNativeLicenseRequest(requestId, integrationId, keySystemId, result);
|
|
116
|
+
NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(modifiedNativeRequest);
|
|
117
|
+
}
|
|
118
|
+
} else {
|
|
119
|
+
NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(request);
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
onLicenseResponse = async response => {
|
|
123
|
+
const {
|
|
124
|
+
requestId,
|
|
125
|
+
integrationId,
|
|
126
|
+
keySystemId
|
|
127
|
+
} = response;
|
|
128
|
+
console.log('NativeContentProtectionModule', `onLicenseResponse ${integrationId} ${keySystemId}`);
|
|
129
|
+
const integration = this.getIntegration(integrationId, keySystemId);
|
|
130
|
+
if (integration?.onLicenseResponse) {
|
|
131
|
+
const responseResult = await integration.onLicenseResponse(fromNativeLicenseResponse(response));
|
|
132
|
+
// TODO: we also want to support ArrayBufferView results
|
|
133
|
+
const modifiedNativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, responseResult);
|
|
134
|
+
NativeContentProtectionModule.onLicenseResponseProcessed(modifiedNativeResponse);
|
|
135
|
+
} else {
|
|
136
|
+
NativeContentProtectionModule.onLicenseResponseProcessed(response);
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
onExtractFairplayContentId = async event => {
|
|
140
|
+
const {
|
|
141
|
+
integrationId,
|
|
142
|
+
keySystemId,
|
|
143
|
+
fairplaySkdUrl,
|
|
144
|
+
requestId
|
|
145
|
+
} = event;
|
|
146
|
+
console.log('NativeContentProtectionModule', `onExtractFairplayContentId ${integrationId} ${keySystemId}`);
|
|
147
|
+
const integration = this.getIntegration(integrationId, keySystemId);
|
|
148
|
+
if (integration?.extractFairplayContentId) {
|
|
149
|
+
const contentId = await integration.extractFairplayContentId(fairplaySkdUrl);
|
|
150
|
+
NativeContentProtectionModule.onExtractFairplayContentIdProcessed({
|
|
151
|
+
requestId,
|
|
152
|
+
contentId
|
|
153
|
+
});
|
|
154
|
+
} else {
|
|
155
|
+
const contentId = fairplaySkdUrl;
|
|
156
|
+
NativeContentProtectionModule.onExtractFairplayContentIdProcessed({
|
|
157
|
+
requestId,
|
|
158
|
+
contentId
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
};
|
|
168
162
|
}
|
|
169
163
|
export const ContentProtectionRegistry = new NativeContentProtectionRegistry();
|
|
170
164
|
//# sourceMappingURL=ContentProtectionRegistry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NativeEventEmitter","NativeModules","fromNativeLicenseRequest","toNativeLicenseRequest","fromNativeLicenseResponse","toNativeLicenseResponseResult","fromNativeCertificateRequest","toNativeCertificateRequest","fromNativeCertificateResponse","toNativeCertificateResponseResult","isBufferSource","NativeContentProtectionModule","THEORCTContentProtectionModule","NativeContentProtectionRegistry","constructor","_defineProperty","undefined","event","requestId","integrationId","keySystemId","drmConfig","console","log","factory","getFactory","currentIntegration","integration","build","onBuildProcessed","resultString","request","getIntegration","onCertificateRequest","result","nativeResponse","onCertificateRequestProcessedAsCertificate","modifiedNativeRequest","onCertificateRequestProcessedAsRequest","response","onCertificateResponse","responseResult","modifiedNativeResponse","onCertificateResponseProcessed","onLicenseRequest","onLicenseRequestProcessedAsLicense","onLicenseRequestProcessedAsRequest","onLicenseResponse","onLicenseResponseProcessed","fairplaySkdUrl","extractFairplayContentId","contentId","onExtractFairplayContentIdProcessed","emitter","addListener","onBuildIntegrationRequest","onExtractFairplayContentId","registerContentProtectionIntegration","integrationFactory","registeredFactories","push","_this$registeredFacto","find","init","_this$currentIntegrat","_this$currentIntegrat2","_this$currentIntegrat3","ContentProtectionRegistry"],"sources":["ContentProtectionRegistry.ts"],"sourcesContent":["import type { CertificateRequest, ContentProtectionAPI, DRMConfiguration, LicenseRequest } from 'react-native-theoplayer';\nimport type { KeySystemId } from 'react-native-theoplayer';\nimport type { ContentProtectionIntegrationFactory } from 'react-native-theoplayer';\nimport { NativeEventEmitter, NativeModules } from 'react-native';\nimport type { ContentProtectionIntegration } from 'react-native-theoplayer';\nimport type { NativeContentProtectionEvent } from './NativeContentProtectionEvent';\nimport { fromNativeLicenseRequest, NativeLicenseRequest, toNativeLicenseRequest } from './NativeLicenseRequest';\nimport { fromNativeLicenseResponse, NativeLicenseResponse, toNativeLicenseResponseResult } from './NativeLicenseResponse';\nimport { fromNativeCertificateRequest, NativeCertificateRequest, toNativeCertificateRequest } from './NativeCertificateRequest';\nimport { fromNativeCertificateResponse, NativeCertificateResponse, toNativeCertificateResponseResult } from './NativeCertificateResponse';\nimport { isBufferSource } from '../utils/TypeUtils';\n\nconst NativeContentProtectionModule = NativeModules.THEORCTContentProtectionModule;\n\ninterface WrappedContentProtectionIntegrationFactory {\n integrationId: string;\n keySystemId: string;\n integrationFactory: ContentProtectionIntegrationFactory;\n}\n\ninterface WrappedContentProtectionIntegration {\n integrationId: string;\n keySystemId: string;\n integration: ContentProtectionIntegration;\n}\n\ninterface BuildEvent extends NativeContentProtectionEvent {\n drmConfig: DRMConfiguration;\n}\n\ninterface ExtractFaiplayContentIdEvent extends NativeContentProtectionEvent {\n fairplaySkdUrl: string;\n}\n\nexport class NativeContentProtectionRegistry implements ContentProtectionAPI {\n private emitter: NativeEventEmitter;\n private registeredFactories: WrappedContentProtectionIntegrationFactory[] = [];\n private currentIntegration: WrappedContentProtectionIntegration | undefined = undefined;\n\n constructor() {\n this.emitter = new NativeEventEmitter(NativeContentProtectionModule);\n this.emitter.addListener('onBuildIntegration', this.onBuildIntegrationRequest);\n this.emitter.addListener('onCertificateRequest', this.onCertificateRequest);\n this.emitter.addListener('onCertificateResponse', this.onCertificateResponse);\n this.emitter.addListener('onLicenseRequest', this.onLicenseRequest);\n this.emitter.addListener('onLicenseResponse', this.onLicenseResponse);\n this.emitter.addListener('onExtractFairplayContentId', this.onExtractFairplayContentId);\n }\n\n registerContentProtectionIntegration(integrationId: string, keySystemId: KeySystemId, integrationFactory: ContentProtectionIntegrationFactory) {\n this.registeredFactories.push({\n integrationId,\n keySystemId,\n integrationFactory,\n });\n NativeContentProtectionModule.registerContentProtectionIntegration(integrationId, keySystemId);\n }\n\n private getFactory(integrationId: string, keySystemId: string): ContentProtectionIntegrationFactory | undefined {\n return this.registeredFactories.find((init) => init.integrationId === integrationId && init.keySystemId === keySystemId)?.integrationFactory;\n }\n\n private getIntegration(integrationId: string, keySystemId: string): ContentProtectionIntegration | undefined {\n return this.currentIntegration?.integrationId === integrationId && this.currentIntegration?.keySystemId === keySystemId\n ? this.currentIntegration?.integration\n : undefined;\n }\n\n private onBuildIntegrationRequest = (event: BuildEvent) => {\n const { requestId, integrationId, keySystemId, drmConfig } = event;\n console.log('NativeContentProtectionModule', `onBuildIntegrationRequest ${integrationId} ${keySystemId}`);\n const factory = this.getFactory(integrationId, keySystemId);\n if (factory) {\n this.currentIntegration = {\n integrationId,\n keySystemId,\n integration: factory.build(drmConfig),\n };\n NativeContentProtectionModule.onBuildProcessed({ requestId, resultString: 'success' });\n } else {\n NativeContentProtectionModule.onBuildProcessed({\n requestId,\n resultString: 'failed',\n });\n }\n };\n\n private onCertificateRequest = async (request: NativeCertificateRequest) => {\n const { requestId, integrationId, keySystemId } = request;\n console.log('NativeContentProtectionModule', `onCertificateRequest ${integrationId} ${keySystemId}`);\n const integration = this.getIntegration(integrationId, keySystemId);\n if (integration?.onCertificateRequest) {\n const result = await integration.onCertificateRequest(fromNativeCertificateRequest(request));\n // TODO: we also want to support ArrayBufferView results\n if (isBufferSource(result)) {\n const nativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, result as ArrayBuffer);\n NativeContentProtectionModule.onCertificateRequestProcessedAsCertificate(nativeResponse);\n } else if (result as CertificateRequest) {\n const modifiedNativeRequest = toNativeCertificateRequest(requestId, integrationId, keySystemId, result as CertificateRequest);\n NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(modifiedNativeRequest);\n }\n } else {\n NativeContentProtectionModule.onCertificateRequestProcessedAsRequest(request);\n }\n };\n\n private onCertificateResponse = async (response: NativeCertificateResponse) => {\n const { requestId, integrationId, keySystemId } = response;\n console.log('NativeContentProtectionModule', `onCertificateResponse ${integrationId} ${keySystemId}`);\n const integration = this.getIntegration(integrationId, keySystemId);\n if (integration?.onCertificateResponse) {\n const responseResult = await integration.onCertificateResponse(fromNativeCertificateResponse(response));\n // TODO: we also want to support ArrayBufferView results\n const modifiedNativeResponse = toNativeCertificateResponseResult(requestId, integrationId, keySystemId, responseResult as ArrayBuffer);\n NativeContentProtectionModule.onCertificateResponseProcessed(modifiedNativeResponse);\n } else {\n NativeContentProtectionModule.onCertificateResponseProcessed(response);\n }\n };\n\n private onLicenseRequest = async (request: NativeLicenseRequest) => {\n const { requestId, integrationId, keySystemId } = request;\n console.log('NativeContentProtectionModule', `onLicenseRequest ${integrationId} ${keySystemId}`);\n const integration = this.getIntegration(integrationId, keySystemId);\n // Optionally let the custom integration modify the request.\n if (integration?.onLicenseRequest) {\n const result = await integration.onLicenseRequest(fromNativeLicenseRequest(request));\n // TODO: we also want to support ArrayBufferView results\n if (isBufferSource(result)) {\n const nativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, result as ArrayBuffer);\n NativeContentProtectionModule.onLicenseRequestProcessedAsLicense(nativeResponse);\n } else if (result as LicenseRequest) {\n const modifiedNativeRequest = toNativeLicenseRequest(requestId, integrationId, keySystemId, result as LicenseRequest);\n NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(modifiedNativeRequest);\n }\n } else {\n NativeContentProtectionModule.onLicenseRequestProcessedAsRequest(request);\n }\n };\n\n private onLicenseResponse = async (response: NativeLicenseResponse) => {\n const { requestId, integrationId, keySystemId } = response;\n console.log('NativeContentProtectionModule', `onLicenseResponse ${integrationId} ${keySystemId}`);\n const integration = this.getIntegration(integrationId, keySystemId);\n if (integration?.onLicenseResponse) {\n const responseResult = await integration.onLicenseResponse(fromNativeLicenseResponse(response));\n // TODO: we also want to support ArrayBufferView results\n const modifiedNativeResponse = toNativeLicenseResponseResult(requestId, integrationId, keySystemId, responseResult as ArrayBuffer);\n NativeContentProtectionModule.onLicenseResponseProcessed(modifiedNativeResponse);\n } else {\n NativeContentProtectionModule.onLicenseResponseProcessed(response);\n }\n };\n\n private onExtractFairplayContentId = async (event: ExtractFaiplayContentIdEvent) => {\n const { integrationId, keySystemId, fairplaySkdUrl, requestId } = event;\n console.log('NativeContentProtectionModule', `onExtractFairplayContentId ${integrationId} ${keySystemId}`);\n const integration = this.getIntegration(integrationId, keySystemId);\n if (integration?.extractFairplayContentId) {\n const contentId = await integration.extractFairplayContentId(fairplaySkdUrl);\n NativeContentProtectionModule.onExtractFairplayContentIdProcessed({\n requestId,\n contentId,\n });\n } else {\n const contentId = fairplaySkdUrl;\n NativeContentProtectionModule.onExtractFairplayContentIdProcessed({\n requestId,\n contentId,\n });\n }\n };\n}\n\nexport const ContentProtectionRegistry = new NativeContentProtectionRegistry();\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["NativeEventEmitter","NativeModules","fromNativeLicenseRequest","toNativeLicenseRequest","fromNativeLicenseResponse","toNativeLicenseResponseResult","fromNativeCertificateRequest","toNativeCertificateRequest","fromNativeCertificateResponse","toNativeCertificateResponseResult","isBufferSource","NativeContentProtectionModule","THEORCTContentProtectionModule","NativeContentProtectionRegistry","registeredFactories","currentIntegration","undefined","constructor","emitter","addListener","onBuildIntegrationRequest","onCertificateRequest","onCertificateResponse","onLicenseRequest","onLicenseResponse","onExtractFairplayContentId","registerContentProtectionIntegration","integrationId","keySystemId","integrationFactory","push","getFactory","find","init","getIntegration","integration","event","requestId","drmConfig","console","log","factory","build","onBuildProcessed","resultString","request","result","nativeResponse","onCertificateRequestProcessedAsCertificate","modifiedNativeRequest","onCertificateRequestProcessedAsRequest","response","responseResult","modifiedNativeResponse","onCertificateResponseProcessed","onLicenseRequestProcessedAsLicense","onLicenseRequestProcessedAsRequest","onLicenseResponseProcessed","fairplaySkdUrl","extractFairplayContentId","contentId","onExtractFairplayContentIdProcessed","ContentProtectionRegistry"],"sourceRoot":"../../../../src","sources":["internal/drm/ContentProtectionRegistry.ts"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["registerContentProtectionIntegration","WebContentProtectionRegistry","integrationId","keySystem","integrationFactory","ContentProtectionRegistry"],"
|
|
1
|
+
{"version":3,"names":["registerContentProtectionIntegration","WebContentProtectionRegistry","integrationId","keySystem","integrationFactory","ContentProtectionRegistry"],"sourceRoot":"../../../../src","sources":["internal/drm/ContentProtectionRegistry.web.ts"],"mappings":"AACA,SAASA,oCAAoC,QAAQ,YAAY;AAEjE,OAAO,MAAMC,4BAA4B,CAAiC;EACxED,oCAAoCA,CAACE,aAAqB,EAAEC,SAAsB,EAAEC,kBAAuD,EAAQ;IACjJJ,oCAAoC,CAACE,aAAa,EAAEC,SAAS,EAAEC,kBAAkB,CAAC;EACpF;AACF;AAEA,OAAO,MAAMC,yBAAyB,GAAG,IAAIJ,4BAA4B,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeCertificateRequest","request","url","method","headers","useCredentials","base64body","body","toNativeCertificateRequest","requestId","integrationId","keySystemId"],"
|
|
1
|
+
{"version":3,"names":["fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeCertificateRequest","request","url","method","headers","useCredentials","base64body","body","toNativeCertificateRequest","requestId","integrationId","keySystemId"],"sourceRoot":"../../../../src","sources":["internal/drm/NativeCertificateRequest.ts"],"mappings":"AAEA,SAASA,4BAA4B,EAAEC,4BAA4B,QAAQ,yBAAyB;AAUpG,OAAO,SAASC,4BAA4BA,CAACC,OAAiC,EAAsB;EAClG,MAAM;IAAEC,GAAG;IAAEC,MAAM;IAAEC,OAAO;IAAEC,cAAc;IAAEC;EAAW,CAAC,GAAGL,OAAO;EACpE,MAAMM,IAAI,GAAGD,UAAU,GAAGR,4BAA4B,CAACQ,UAAU,CAAC,GAAG,IAAI;EACzE,OAAO;IACLJ,GAAG;IACHC,MAAM;IACNC,OAAO;IACPC,cAAc;IACdE;EACF,CAAC;AACH;AAEA,OAAO,SAASC,0BAA0BA,CACxCC,SAAiB,EACjBC,aAAqB,EACrBC,WAAmB,EACnBV,OAA2B,EACD;EAC1B,OAAO;IACLQ,SAAS;IACTC,aAAa;IACbC,WAAW;IACXT,GAAG,EAAED,OAAO,CAACC,GAAG;IAChBC,MAAM,EAAEF,OAAO,CAACE,MAAM;IACtBC,OAAO,EAAEH,OAAO,CAACG,OAAO;IACxBC,cAAc,EAAEJ,OAAO,CAACI,cAAc,IAAI,KAAK;IAC/CC,UAAU,EAAEL,OAAO,CAACM,IAAI,GAAGR,4BAA4B,CAACE,OAAO,CAACM,IAAI,CAAC,GAAG;EAC1E,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fromNativeCertificateRequest","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeCertificateResponse","response","url","status","statusText","headers","base64body","request","body","Uint8Array","toNativeCertificateResponseResult","requestId","integrationId","keySystemId"],"
|
|
1
|
+
{"version":3,"names":["fromNativeCertificateRequest","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeCertificateResponse","response","url","status","statusText","headers","base64body","request","body","Uint8Array","toNativeCertificateResponseResult","requestId","integrationId","keySystemId"],"sourceRoot":"../../../../src","sources":["internal/drm/NativeCertificateResponse.ts"],"mappings":"AAGA,SAASA,4BAA4B,QAAQ,4BAA4B;AACzE,SAASC,4BAA4B,EAAEC,4BAA4B,QAAQ,yBAAyB;AAepG,OAAO,SAASC,6BAA6BA,CAACC,QAAmC,EAAuB;EACtG,MAAM;IAAEC,GAAG;IAAEC,MAAM;IAAEC,UAAU;IAAEC,OAAO;IAAEC,UAAU;IAAEC;EAAQ,CAAC,GAAGN,QAAQ;EAC1E,MAAMO,IAAI,GAAGF,UAAU,GAAGR,4BAA4B,CAACQ,UAAU,CAAC,GAAG,IAAIG,UAAU,CAAC,CAAC;EACrF,OAAO;IACLP,GAAG;IACHC,MAAM;IACNC,UAAU;IACVC,OAAO;IACPG,IAAI;IACJD,OAAO,EAAEV,4BAA4B,CAACU,OAAO;EAC/C,CAAC;AACH;AAEA,OAAO,SAASG,iCAAiCA,CAC/CC,SAAiB,EACjBC,aAAqB,EACrBC,WAAmB,EACnBZ,QAAqB,EACY;EACjC,OAAO;IACLU,SAAS;IACTC,aAAa;IACbC,WAAW;IACXP,UAAU,EAAEL,QAAQ,GAAGF,4BAA4B,CAAC,IAAIU,UAAU,CAACR,QAAQ,CAAC,CAAC,GAAG;EAClF,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["internal/drm/NativeContentProtectionEvent.ts"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeLicenseRequest","request","url","method","headers","useCredentials","base64body","fairplaySkdUrl","body","toNativeLicenseRequest","requestId","integrationId","keySystemId"],"
|
|
1
|
+
{"version":3,"names":["fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeLicenseRequest","request","url","method","headers","useCredentials","base64body","fairplaySkdUrl","body","toNativeLicenseRequest","requestId","integrationId","keySystemId"],"sourceRoot":"../../../../src","sources":["internal/drm/NativeLicenseRequest.ts"],"mappings":"AAEA,SAASA,4BAA4B,EAAEC,4BAA4B,QAAQ,yBAAyB;AAWpG,OAAO,SAASC,wBAAwBA,CAACC,OAA6B,EAAkB;EACtF,MAAM;IAAEC,GAAG;IAAEC,MAAM;IAAEC,OAAO;IAAEC,cAAc;IAAEC,UAAU;IAAEC;EAAe,CAAC,GAAGN,OAAO;EACpF,MAAMO,IAAI,GAAGF,UAAU,GAAGR,4BAA4B,CAACQ,UAAU,CAAC,GAAG,IAAI;EACzE,OAAO;IACLJ,GAAG;IACHC,MAAM;IACNC,OAAO;IACPC,cAAc;IACdG,IAAI;IACJD;EACF,CAAC;AACH;AAEA,OAAO,SAASE,sBAAsBA,CAACC,SAAiB,EAAEC,aAAqB,EAAEC,WAAmB,EAAEX,OAAuB,EAAwB;EACnJ,OAAO;IACLS,SAAS;IACTC,aAAa;IACbC,WAAW;IACXV,GAAG,EAAED,OAAO,CAACC,GAAG;IAChBC,MAAM,EAAEF,OAAO,CAACE,MAAM;IACtBC,OAAO,EAAEH,OAAO,CAACG,OAAO;IACxBC,cAAc,EAAEJ,OAAO,CAACI,cAAc,IAAI,KAAK;IAC/CC,UAAU,EAAEL,OAAO,CAACO,IAAI,GAAGT,4BAA4B,CAACE,OAAO,CAACO,IAAI,CAAC,GAAG,IAAI;IAC5ED,cAAc,EAAEN,OAAO,CAACM;EAC1B,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["fromNativeLicenseRequest","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeLicenseResponse","response","url","status","statusText","headers","base64body","request","body","Uint8Array","toNativeLicenseResponseResult","requestId","integrationId","keySystemId"],"
|
|
1
|
+
{"version":3,"names":["fromNativeLicenseRequest","fromBase64StringToUint8Array","fromUint8ArrayToBase64String","fromNativeLicenseResponse","response","url","status","statusText","headers","base64body","request","body","Uint8Array","toNativeLicenseResponseResult","requestId","integrationId","keySystemId"],"sourceRoot":"../../../../src","sources":["internal/drm/NativeLicenseResponse.ts"],"mappings":"AAGA,SAASA,wBAAwB,QAAQ,wBAAwB;AACjE,SAASC,4BAA4B,EAAEC,4BAA4B,QAAQ,yBAAyB;AAepG,OAAO,SAASC,yBAAyBA,CAACC,QAA+B,EAAmB;EAC1F,MAAM;IAAEC,GAAG;IAAEC,MAAM;IAAEC,UAAU;IAAEC,OAAO;IAAEC,UAAU;IAAEC;EAAQ,CAAC,GAAGN,QAAQ;EAC1E,MAAMO,IAAI,GAAGF,UAAU,GAAGR,4BAA4B,CAACQ,UAAU,CAAC,GAAG,IAAIG,UAAU,CAAC,CAAC;EACrF,OAAO;IACLP,GAAG;IACHC,MAAM;IACNC,UAAU;IACVC,OAAO;IACPG,IAAI;IACJD,OAAO,EAAEV,wBAAwB,CAACU,OAAO;EAC3C,CAAC;AACH;AAEA,OAAO,SAASG,6BAA6BA,CAC3CC,SAAiB,EACjBC,aAAqB,EACrBC,WAAmB,EACnBZ,QAAqB,EACQ;EAC7B,OAAO;IACLU,SAAS;IACTC,aAAa;IACbC,WAAW;IACXP,UAAU,EAAEL,QAAQ,GAAGF,4BAA4B,CAAC,IAAIU,UAAU,CAACR,QAAQ,CAAC,CAAC,GAAG;EAClF,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["noOp"],"
|
|
1
|
+
{"version":3,"names":["noOp"],"sourceRoot":"../../../../src","sources":["internal/utils/CommonUtils.ts"],"mappings":"AAAA,OAAO,SAASA,IAAIA,CAAA,EAAS;EAC3B;AACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Dimensions","Platform","StatusBar","getFullscreenSize","screenSize","get","OS","Version","statusBarHeight","currentHeight","width","height"],"
|
|
1
|
+
{"version":3,"names":["Dimensions","Platform","StatusBar","getFullscreenSize","screenSize","get","OS","Version","statusBarHeight","currentHeight","width","height"],"sourceRoot":"../../../../src","sources":["internal/utils/Dimensions.ts"],"mappings":"AACA,SAASA,UAAU,EAAEC,QAAQ,EAAEC,SAAS,QAAQ,cAAc;;AAE9D;AACA;AACA;AACA,OAAO,SAASC,iBAAiBA,CAAA,EAAe;EAC9C,MAAMC,UAAU,GAAGJ,UAAU,CAACK,GAAG,CAAC,QAAQ,CAAC;;EAE3C;EACA,IAAIJ,QAAQ,CAACK,EAAE,KAAK,SAAS,IAAIL,QAAQ,CAACM,OAAO,IAAI,EAAE,EAAE;IACvD,MAAMC,eAAe,GAAIN,SAAS,CAACO,aAAa,IAAI,CAAE;IACtD,IAAIL,UAAU,CAACM,KAAK,GAAGN,UAAU,CAACO,MAAM,EAAE;MAAE;MAC1C,IAAIP,UAAU,CAACO,MAAM,KAAKX,UAAU,CAACK,GAAG,CAAC,QAAQ,CAAC,CAACM,MAAM,GAAGH,eAAe,EAAE;QAC3EJ,UAAU,CAACO,MAAM,GAAGP,UAAU,CAACO,MAAM,GAAGH,eAAe;MACzD;IACF,CAAC,MAAM;MAAE;MACP,IAAIJ,UAAU,CAACM,KAAK,KAAKV,UAAU,CAACK,GAAG,CAAC,QAAQ,CAAC,CAACK,KAAK,EAAE;QACvDN,UAAU,CAACM,KAAK,GAAGN,UAAU,CAACM,KAAK,GAAGF,eAAe;MACvD;IACF;EACF;EACA,OAAOJ,UAAU;AACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NAN_VALUE","POS_INF_VALUE","decodeNanInf","v","NaN","Infinity","objectToString","toString","viewClasses","arrayContainsElement_","array","element","indexOf","isArrayBufferView_","ArrayBuffer","isView","obj","call","isBufferSource","bufferSource"],"
|
|
1
|
+
{"version":3,"names":["NAN_VALUE","POS_INF_VALUE","decodeNanInf","v","NaN","Infinity","objectToString","toString","viewClasses","arrayContainsElement_","array","element","indexOf","isArrayBufferView_","ArrayBuffer","isView","obj","call","isBufferSource","bufferSource"],"sourceRoot":"../../../../src","sources":["internal/utils/TypeUtils.ts"],"mappings":"AAAA,MAAMA,SAAS,GAAG,CAAC,CAAC;AACpB,MAAMC,aAAa,GAAG,CAAC,CAAC;;AAExB;AACA,OAAO,SAASC,YAAYA,CAACC,CAAS,EAAU;EAC9C,IAAIA,CAAC,KAAKH,SAAS,EAAE;IACnB,OAAOI,GAAG;EACZ;EACA,IAAID,CAAC,KAAKF,aAAa,EAAE;IACvB,OAAOI,QAAQ;EACjB;EACA,OAAOF,CAAC;AACV;AAEA,OAAO,MAAMG,cAAc,GAAG,CAAC,CAAC,CAACC,QAAQ;AAEzC,MAAMC,WAAW,GAAG,CAClB,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,EAC5B,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,mBAAmB,CACpB;AAED,OAAO,SAASC,qBAAqBA,CAAIC,KAAuB,EAAEC,OAAU,EAAW;EACrF,OAAOD,KAAK,CAACE,OAAO,CAACD,OAAO,CAAC,KAAK,CAAC,CAAC;AACtC;AAEA,OAAO,MAAME,kBAA6C,GACxDC,WAAW,CAACC,MAAM,KAAMC,GAAG,IAAKA,GAAG,IAAIP,qBAAqB,CAACD,WAAW,EAAEF,cAAc,CAACW,IAAI,CAACD,GAAG,CAAC,CAAC,CAAC;AAEtG,OAAO,SAASE,cAAcA,CAACC,YAAiB,EAAgC;EAC9E,OAAOA,YAAY,YAAYL,WAAW,IAAID,kBAAkB,CAACM,YAAY,CAAC;AAChF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["arrayRemoveElement","array","element","index","indexOf","arrayRemoveAt","splice"],"
|
|
1
|
+
{"version":3,"names":["arrayRemoveElement","array","element","index","indexOf","arrayRemoveAt","splice"],"sourceRoot":"../../../../src","sources":["internal/utils/arrayUtil.ts"],"mappings":"AAAA,OAAO,SAASA,kBAAkBA,CAAIC,KAAU,EAAEC,OAAU,EAAW;EACrE,MAAMC,KAAK,GAAGF,KAAK,CAACG,OAAO,CAACF,OAAO,CAAC;EACpC,IAAIC,KAAK,KAAK,CAAC,CAAC,EAAE;IAChB,OAAO,KAAK;EACd;EACAE,aAAa,CAACJ,KAAK,EAAEE,KAAK,CAAC;EAC3B,OAAO,IAAI;AACb;AAEA,OAAO,SAASE,aAAaA,CAAIJ,KAAU,EAAEE,KAAa,EAAQ;EAChEF,KAAK,CAACK,MAAM,CAACH,KAAK,EAAE,CAAC,CAAC;AACxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["web/platform/browser.d.ts"],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/index.test.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"THEOplayerView.d.ts","sourceRoot":"","sources":["../../../src/api/THEOplayerView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,mBAAmB,CAAC;IAE7B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;IAE7C;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,IAAI,CAAC;CAChD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ABRConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/api/abr/ABRConfiguration.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,oBAAY,eAAe;IACzB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,SAAS,cAAc;CACxB;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,wBAAwB,GAAG,eAAe,CAAC;AAErE;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,WAAW,CAAC;IAEvB;;;;;;;;;OASG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;;;OAYG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../../../../src/api/abr/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ad.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/Ad.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C,MAAM,WAAW,EAAE;IACjB;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAE7B;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,EAAE,EAAE,MAAM,GAAG,SAAS,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,YAAY,CAAC;IAE1B;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;;;;OAKG;IACH,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;OAKG;IACH,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;;;OAMG;IACH,UAAU,EAAE,WAAW,EAAE,CAAC;IAE1B;;;;;;;;OAQG;IACH,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B;;;;;OAKG;IACH,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B;;;;;OAKG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAE5C;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;;OAKG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAY,SAAQ,EAAE;IACrC;;;;;OAKG;IACH,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAE5B;;;;;OAKG;IACH,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;;OAKG;IACH,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,YAAY,GAAG,aAAa,GAAG,WAAW,CAAC;AAEvD;;;;;;;GAOG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;GAIG;AACH,MAAM,WAAW,QAAS,SAAQ,EAAE;IAClC;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdBreak.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/AdBreak.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAE/B,MAAM,WAAW,OAAO;IACtB;;;;;;OAMG;IACH,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhC;;OAEG;IACH,GAAG,EAAE,EAAE,EAAE,GAAG,SAAS,CAAC;IAEtB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhC;;;;;;OAMG;IACH,oBAAoB,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsAPI.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/AdsAPI.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAE5B;;;;;OAKG;IACH,IAAI,IAAI,IAAI,CAAC;IAEb;;OAEG;IACH,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAEnC;;OAEG;IACH,UAAU,IAAI,OAAO,CAAC,EAAE,EAAE,CAAC,CAAC;IAE5B;;OAEG;IACH,iBAAiB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAExC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,EAAE,aAAa,GAAG,IAAI,CAAC;IAElC;;;;;OAKG;IACH,QAAQ,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/AdsConfiguration.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEvE,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;CACjD;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,sBAAsB,CAAC;AAE5D;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CompanionAd.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/CompanionAd.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;OAMG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;;OAKG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleDai.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/GoogleDai.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACxB;;;;OAIG;IACH,wBAAwB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAExD;;;;OAIG;IACH,wBAAwB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAExD;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IAEpC;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleImaAd.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/GoogleImaAd.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAE/B,MAAM,WAAW,WAAY,SAAQ,EAAE;IACrC;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IAEzB;;;;;;OAMG;IACH,qBAAqB,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IAEtE;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;;;;;OAMG;IACH,2BAA2B,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhD;;OAEG;IACH,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB;;OAEG;IACH,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAE3B;;;;;OAKG;IACH,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAE7B;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAE7B;;;;;;OAMG;IACH,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAEhC;;;;;;OAMG;IACH,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleImaConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/GoogleImaConfiguration.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,YAAY,EAAE,OAAO,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../../../../src/api/ads/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAC;AACrB,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BackgroundAudioConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/api/backgroundAudio/BackgroundAudioConfiguration.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"barrel.d.ts","sourceRoot":"","sources":["../../../../src/api/backgroundAudio/barrel.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|