public static interface FailoverConditionSettings.Builder extends SdkPojo, CopyableBuilder<FailoverConditionSettings.Builder,FailoverConditionSettings>
| Modifier and Type | Method and Description |
|---|---|
FailoverConditionSettings.Builder |
audioSilenceSettings(AudioSilenceFailoverSettings audioSilenceSettings)
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
|
default FailoverConditionSettings.Builder |
audioSilenceSettings(Consumer<AudioSilenceFailoverSettings.Builder> audioSilenceSettings)
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
|
default FailoverConditionSettings.Builder |
inputLossSettings(Consumer<InputLossFailoverSettings.Builder> inputLossSettings)
MediaLive will perform a failover if content is not detected in this input for the specified period.
|
FailoverConditionSettings.Builder |
inputLossSettings(InputLossFailoverSettings inputLossSettings)
MediaLive will perform a failover if content is not detected in this input for the specified period.
|
default FailoverConditionSettings.Builder |
videoBlackSettings(Consumer<VideoBlackFailoverSettings.Builder> videoBlackSettings)
MediaLive will perform a failover if content is considered black for the specified period.
|
FailoverConditionSettings.Builder |
videoBlackSettings(VideoBlackFailoverSettings videoBlackSettings)
MediaLive will perform a failover if content is considered black for the specified period.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailoverConditionSettings.Builder audioSilenceSettings(AudioSilenceFailoverSettings audioSilenceSettings)
audioSilenceSettings - MediaLive will perform a failover if the specified audio selector is silent for the specified period.default FailoverConditionSettings.Builder audioSilenceSettings(Consumer<AudioSilenceFailoverSettings.Builder> audioSilenceSettings)
AudioSilenceFailoverSettings.Builder avoiding
the need to create one manually via AudioSilenceFailoverSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to audioSilenceSettings(AudioSilenceFailoverSettings).
audioSilenceSettings - a consumer that will call methods on AudioSilenceFailoverSettings.BuilderaudioSilenceSettings(AudioSilenceFailoverSettings)FailoverConditionSettings.Builder inputLossSettings(InputLossFailoverSettings inputLossSettings)
inputLossSettings - MediaLive will perform a failover if content is not detected in this input for the specified period.default FailoverConditionSettings.Builder inputLossSettings(Consumer<InputLossFailoverSettings.Builder> inputLossSettings)
InputLossFailoverSettings.Builder avoiding the
need to create one manually via InputLossFailoverSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to inputLossSettings(InputLossFailoverSettings).
inputLossSettings - a consumer that will call methods on InputLossFailoverSettings.BuilderinputLossSettings(InputLossFailoverSettings)FailoverConditionSettings.Builder videoBlackSettings(VideoBlackFailoverSettings videoBlackSettings)
videoBlackSettings - MediaLive will perform a failover if content is considered black for the specified period.default FailoverConditionSettings.Builder videoBlackSettings(Consumer<VideoBlackFailoverSettings.Builder> videoBlackSettings)
VideoBlackFailoverSettings.Builder avoiding the
need to create one manually via VideoBlackFailoverSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to videoBlackSettings(VideoBlackFailoverSettings).
videoBlackSettings - a consumer that will call methods on VideoBlackFailoverSettings.BuildervideoBlackSettings(VideoBlackFailoverSettings)Copyright © 2022. All rights reserved.