Class GoogleDaiLiveConfiguration
-
- All Implemented Interfaces:
public class GoogleDaiLiveConfiguration extends GoogleDaiConfiguration
The configuration of a google DAI Live stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
GoogleDaiLiveConfiguration.Builder
The builder for the Google DAI live configuration.
-
Field Summary
Fields Modifier and Type Field Description public String
assetKey
public StreamType
availabilityType
public String
apiKey
public String
authToken
public String
streamActivityMonitorID
public Map<String, String>
adTagParameters
public String
format
public final SsaiIntegration
integration
-
Method Summary
Modifier and Type Method Description String
getAssetKey()
The identifier for the video content source for live streams. boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration
getAdTagParameters, getApiKey, getAuthToken, getAvailabilityType, getFormat, 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
-
-