Class GoogleDaiTypedSource.Builder
-
- All Implemented Interfaces:
public class GoogleDaiTypedSource.Builder extends TypedSource.Builder
The builder for a Google DAI source.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringsrcprotected DRMConfigurationdrmprotected SourceTypetypeprotected Map<String, String>headersprotected DoubleliveOffsetprotected SsaiDescriptionssaiprotected BooleanhlsDateRangeprotected StringtimeServerprotected BooleanlowLatencyprotected LatencyConfigurationlatencyConfigurationprotected HlsPlaybackConfigurationhlsprotected DashPlaybackConfigurationdash
-
Constructor Summary
Constructors Constructor Description GoogleDaiTypedSource.Builder(GoogleDaiConfiguration googleDaiConfiguration)Sets the Google DAI configuration.
-
Method Summary
Modifier and Type Method Description GoogleDaiTypedSourcebuild()Builds the GoogleDaiTypedSource. -
Methods inherited from class com.theoplayer.android.api.source.TypedSource.Builder
dash, drm, headers, hls, hlsDateRange, latencyConfiguration, liveOffset, lowLatency, 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.
-
-
-
-