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 String
src
protected DRMConfiguration
drm
protected SourceType
type
protected Map<String, String>
headers
protected Double
liveOffset
protected SsaiDescription
ssai
protected Boolean
hlsDateRange
protected String
timeServer
protected Boolean
lowLatency
protected LatencyConfiguration
latencyConfiguration
protected HlsPlaybackConfiguration
hls
protected DashPlaybackConfiguration
dash
-
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, 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.
-
-
-
-