-
- All Implemented Interfaces:
public class GoogleDaiTypedSource.Builder extends TypedSource.Builder
The builder for a Google DAI source.
-
-
Constructor Summary
Constructors Constructor Description GoogleDaiTypedSource.Builder(GoogleDaiConfiguration googleDaiConfiguration)
Sets the Google DAI configuration.
-
Method Summary
Modifier and Type Method Description GoogleDaiTypedSource
build()
Builds the GoogleDaiTypedSource. -
Methods inherited from class com.theoplayer.android.api.source.TypedSource.Builder
dash, drm, hls, hlsDateRange, liveOffset, lowLatency, setNativeRenderingEnabled, setNativeUiRenderingEnabled, ssai, timeServer, type
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
GoogleDaiTypedSource.Builder
GoogleDaiTypedSource.Builder(GoogleDaiConfiguration googleDaiConfiguration)
Sets the Google DAI configuration.- Parameters:
googleDaiConfiguration
- The GoogleDaiConfiguration.
-
-
Method Detail
-
build
@NonNull() GoogleDaiTypedSource build()
Builds the GoogleDaiTypedSource.
-
-
-
-