Class GoogleDaiVodConfiguration.Builder
-
- All Implemented Interfaces:
public class GoogleDaiVodConfiguration.Builder extends GoogleDaiConfiguration.Builder
The builder for the Google DAI VOD configuration.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapiKeyprotected StringauthTokenprotected StringstreamActivityMonitorIDprotected Map<String, String>adTagParametersprotected SourceTypesourceType
-
Constructor Summary
Constructors Constructor Description GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)Creates a builder for the Google DAI VOD configuration.
-
Method Summary
Modifier and Type Method Description GoogleDaiVodConfigurationbuild()Builds the Google DAI VOD configuration. -
-
Constructor Detail
-
GoogleDaiVodConfiguration.Builder
GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)
Creates a builder for the Google DAI VOD configuration.- Parameters:
apiKey- The API key for the stream request.contentSourceID- The identifier for the video content source for on-demand streams.videoID- The identifier for the video content source for on-demand streams.
-
-
Method Detail
-
build
@NonNull() GoogleDaiVodConfiguration build()
Builds the Google DAI VOD configuration.
-
-
-
-