Class GoogleDaiLiveConfiguration
-
- All Implemented Interfaces:
public final class GoogleDaiLiveConfiguration extends GoogleDaiConfiguration
The configuration of a Google DAI Live stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGoogleDaiLiveConfiguration.BuilderThe builder for the Google DAI live configuration.
-
Field Summary
Fields Modifier and Type Field Description private final StringassetKeyprivate final StreamTypeavailabilityTypeprivate final StringapiKeyprivate final StringauthTokenprivate final StringstreamActivityMonitorIDprivate final Map<String, String>adTagParametersprivate final SsaiIntegrationintegration
-
Method Summary
Modifier and Type Method Description final StringgetAssetKey()The identifier for the video content source for live streams. Booleanequals(Object other)IntegerhashCode()GoogleDaiLiveConfigurationcopy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)-
Methods inherited from class com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration
getAdTagParameters, getApiKey, getAuthToken, getAvailabilityType, getStreamActivityMonitorID -
Methods inherited from class com.theoplayer.android.api.source.ssai.SsaiDescription
getIntegration -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAssetKey
final String getAssetKey()
The identifier for the video content source for live streams.
This property is required for live streams.
The asset key can be found in the Google Ad Manager UI.
-
-
-
-