public static class GoogleDaiVodConfiguration.Builder extends GoogleDaiConfiguration.Builder
adTagParameters, apiKey, authToken, sourceType, streamActivityMonitorID
Constructor and Description |
---|
Builder(String apiKey,
String contentSourceID,
String videoID)
Creates a builder for the Google DAI VOD configuration.
|
Modifier and Type | Method and Description |
---|---|
GoogleDaiVodConfiguration |
build()
Builds the Google DAI VOD configuration.
|
adTagParameters, authToken, sourceType, streamActivityMonitorID
public Builder(String apiKey, String contentSourceID, String videoID)
apiKey
- The API key for the stream request. (NonNull)contentSourceID
- The identifier for the video content source for on-demand streams. (NonNull)videoID
- The identifier for the video content source for on-demand streams. (NonNull)public GoogleDaiVodConfiguration build()