react-native-theoplayer 7.4.0 → 7.5.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 +7 -0
- package/README.md +12 -12
- package/android/build.gradle +5 -4
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/7.6.0/ads-wrapper-7.6.0.aar +0 -0
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/{7.0.0/ads-wrapper-7.0.0.pom → 7.6.0/ads-wrapper-7.6.0.pom} +2 -2
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/maven-metadata-local.xml +4 -4
- package/android/src/main/java/com/theoplayer/ads/AdAdapter.kt +9 -0
- package/android/src/main/java/com/theoplayer/source/GoogleDaiSourceAdapter.kt +34 -0
- package/android/src/main/java/com/theoplayer/source/SSAIAdapterRegistry.kt +51 -0
- package/android/src/main/java/com/theoplayer/source/SourceAdapter.kt +23 -58
- package/lib/commonjs/api/source/ads/barrel.js +0 -22
- package/lib/commonjs/api/source/ads/barrel.js.map +1 -1
- package/lib/commonjs/api/source/ads/ssai/barrel.js +0 -22
- package/lib/commonjs/api/source/ads/ssai/barrel.js.map +1 -1
- package/lib/commonjs/internal/THEOplayerView.js +3 -2
- package/lib/commonjs/internal/THEOplayerView.js.map +1 -1
- package/lib/commonjs/internal/adapter/THEOplayerAdapter.js +2 -2
- package/lib/commonjs/internal/adapter/THEOplayerAdapter.js.map +1 -1
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js +3 -3
- package/lib/commonjs/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
- package/lib/module/api/source/ads/barrel.js +0 -2
- package/lib/module/api/source/ads/barrel.js.map +1 -1
- package/lib/module/api/source/ads/ssai/barrel.js +0 -2
- package/lib/module/api/source/ads/ssai/barrel.js.map +1 -1
- package/lib/module/internal/THEOplayerView.js +3 -2
- package/lib/module/internal/THEOplayerView.js.map +1 -1
- package/lib/module/internal/adapter/THEOplayerAdapter.js +2 -2
- package/lib/module/internal/adapter/THEOplayerAdapter.js.map +1 -1
- package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js +3 -3
- package/lib/module/internal/adapter/cast/THEOplayerNativeCastAdapter.js.map +1 -1
- package/lib/typescript/api/source/ads/barrel.d.ts +0 -2
- package/lib/typescript/api/source/ads/barrel.d.ts.map +1 -1
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts +0 -9
- package/lib/typescript/api/source/ads/ssai/GoogleDAIConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts +3 -10
- package/lib/typescript/api/source/ads/ssai/ServerSideAdInsertionConfiguration.d.ts.map +1 -1
- package/lib/typescript/api/source/ads/ssai/barrel.d.ts +0 -2
- package/lib/typescript/api/source/ads/ssai/barrel.d.ts.map +1 -1
- package/lib/typescript/internal/THEOplayerView.d.ts.map +1 -1
- package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts +1 -1
- package/lib/typescript/internal/adapter/THEOplayerAdapter.d.ts.map +1 -1
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts +1 -1
- package/lib/typescript/internal/adapter/cast/THEOplayerNativeCastAdapter.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/api/source/ads/barrel.ts +0 -2
- package/src/api/source/ads/ssai/GoogleDAIConfiguration.ts +0 -9
- package/src/api/source/ads/ssai/ServerSideAdInsertionConfiguration.ts +3 -10
- package/src/api/source/ads/ssai/barrel.ts +0 -2
- package/src/internal/THEOplayerView.tsx +3 -2
- package/src/internal/adapter/THEOplayerAdapter.ts +2 -2
- package/src/internal/adapter/cast/THEOplayerNativeCastAdapter.ts +3 -3
- package/android/local/com/theoplayer/theoplayer-sdk-android/ads-wrapper/7.0.0/ads-wrapper-7.0.0.aar +0 -0
- package/lib/commonjs/api/source/ads/FreeWheelAdDescription.js +0 -6
- package/lib/commonjs/api/source/ads/FreeWheelAdDescription.js.map +0 -1
- package/lib/commonjs/api/source/ads/SpotXAdDescription.js +0 -6
- package/lib/commonjs/api/source/ads/SpotXAdDescription.js.map +0 -1
- package/lib/commonjs/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js +0 -6
- package/lib/commonjs/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +0 -1
- package/lib/commonjs/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js +0 -6
- package/lib/commonjs/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +0 -1
- package/lib/module/api/source/ads/FreeWheelAdDescription.js +0 -2
- package/lib/module/api/source/ads/FreeWheelAdDescription.js.map +0 -1
- package/lib/module/api/source/ads/SpotXAdDescription.js +0 -2
- package/lib/module/api/source/ads/SpotXAdDescription.js.map +0 -1
- package/lib/module/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js +0 -2
- package/lib/module/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.js.map +0 -1
- package/lib/module/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js +0 -2
- package/lib/module/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.js.map +0 -1
- package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts +0 -86
- package/lib/typescript/api/source/ads/FreeWheelAdDescription.d.ts.map +0 -1
- package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts +0 -116
- package/lib/typescript/api/source/ads/SpotXAdDescription.d.ts.map +0 -1
- package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts +0 -28
- package/lib/typescript/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.d.ts.map +0 -1
- package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts +0 -47
- package/lib/typescript/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.d.ts.map +0 -1
- package/src/api/source/ads/FreeWheelAdDescription.ts +0 -97
- package/src/api/source/ads/SpotXAdDescription.ts +0 -126
- package/src/api/source/ads/ssai/ImagineServerSideAdInsertionConfiguration.ts +0 -30
- package/src/api/source/ads/ssai/YospaceServerSideAdInsertionConfiguration.ts +0 -51
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { ServerSideAdInsertionConfiguration } from './ServerSideAdInsertionConfiguration';
|
|
2
|
-
import type { TypedSource } from '../../SourceDescription';
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* The identifier of the Yospace integration.
|
|
6
|
-
*
|
|
7
|
-
* @public
|
|
8
|
-
*/
|
|
9
|
-
export type YospaceSSAIIntegrationID = 'yospace';
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* The type of the Yospace stream, represented by a value from the following list:
|
|
13
|
-
* <br/> - `'live'`: The stream is a live stream.
|
|
14
|
-
* <br/> - `'livepause'`: The stream is a live stream with a large DVR window.
|
|
15
|
-
* <br/> - `'nonlinear'`: The stream is a Non-Linear Start-Over stream.
|
|
16
|
-
* <br/> - `'vod'`: The stream is a video-on-demand stream.
|
|
17
|
-
*
|
|
18
|
-
* @public
|
|
19
|
-
*/
|
|
20
|
-
export type YospaceStreamType = 'vod' | 'live' | 'livepause' | 'nonlinear';
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Represents a configuration for server-side ad insertion with the Yospace pre-integration.
|
|
24
|
-
*
|
|
25
|
-
* @remarks
|
|
26
|
-
* <br/> - Available since v2.14.7.
|
|
27
|
-
*
|
|
28
|
-
* @public
|
|
29
|
-
*/
|
|
30
|
-
export interface YospaceServerSideAdInsertionConfiguration extends ServerSideAdInsertionConfiguration {
|
|
31
|
-
/**
|
|
32
|
-
* The identifier for the SSAI pre-integration.
|
|
33
|
-
*/
|
|
34
|
-
integration: YospaceSSAIIntegrationID;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* The type of the requested stream.
|
|
38
|
-
*
|
|
39
|
-
* @defaultValue `'live'`
|
|
40
|
-
*/
|
|
41
|
-
streamType?: YospaceStreamType;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Represents a media resource with a Yospace server-side ad insertion request.
|
|
46
|
-
*
|
|
47
|
-
* @public
|
|
48
|
-
*/
|
|
49
|
-
export interface YospaceTypedSource extends TypedSource {
|
|
50
|
-
ssai: YospaceServerSideAdInsertionConfiguration;
|
|
51
|
-
}
|