Class HespPlaybackConfiguration.Builder
-
- All Implemented Interfaces:
public final class HespPlaybackConfiguration.BuilderThe builder for the HESP playback configuration.
-
-
Constructor Summary
Constructors Constructor Description HespPlaybackConfiguration.Builder()
-
Method Summary
Modifier and Type Method Description final HespPlaybackConfiguration.BuilderaddCustomConfigurationProperty(String key, Object value)Add a property to the custom configuration. final HespPlaybackConfigurationbuild()Builds the HESP playback configuration. -
-
Method Detail
-
addCustomConfigurationProperty
final HespPlaybackConfiguration.Builder addCustomConfigurationProperty(String key, Object value)
Add a property to the custom configuration.
-
build
final HespPlaybackConfiguration build()
Builds the HESP playback configuration.
-
-
-
-