Class GlobalConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.GlobalConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class GlobalConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>
Global Configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlobalConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerinitialAudioGain()Value to set the initial audio gain for the Live Event.GlobalConfigurationInputEndActioninputEndAction()Indicates the action to take when the current input completes (e.g.StringinputEndActionAsString()Indicates the action to take when the current input completes (e.g.InputLossBehaviorinputLossBehavior()Settings for system actions when input is lost.GlobalConfigurationOutputLockingModeoutputLockingMode()Indicates how MediaLive pipelines are synchronized.StringoutputLockingModeAsString()Indicates how MediaLive pipelines are synchronized.OutputLockingSettingsoutputLockingSettings()Advanced output locking settingsGlobalConfigurationOutputTimingSourceoutputTimingSource()Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.StringoutputTimingSourceAsString()Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GlobalConfiguration.Builder>serializableBuilderClass()GlobalConfigurationLowFramerateInputssupportLowFramerateInputs()Adjusts video input buffer for streams with very low video framerates.StringsupportLowFramerateInputsAsString()Adjusts video input buffer for streams with very low video framerates.GlobalConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
initialAudioGain
public final Integer initialAudioGain()
Value to set the initial audio gain for the Live Event.- Returns:
- Value to set the initial audio gain for the Live Event.
-
inputEndAction
public final GlobalConfigurationInputEndAction inputEndAction()
Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).If the service returns an enum value that is not available in the current SDK version,
inputEndActionwill returnGlobalConfigurationInputEndAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputEndActionAsString().- Returns:
- Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
- See Also:
GlobalConfigurationInputEndAction
-
inputEndActionAsString
public final String inputEndActionAsString()
Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).If the service returns an enum value that is not available in the current SDK version,
inputEndActionwill returnGlobalConfigurationInputEndAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputEndActionAsString().- Returns:
- Indicates the action to take when the current input completes (e.g. end-of-file). When switchAndLoopInputs is configured the encoder will restart at the beginning of the first input. When "none" is configured the encoder will transcode either black, a solid color, or a user specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
- See Also:
GlobalConfigurationInputEndAction
-
inputLossBehavior
public final InputLossBehavior inputLossBehavior()
Settings for system actions when input is lost.- Returns:
- Settings for system actions when input is lost.
-
outputLockingMode
public final GlobalConfigurationOutputLockingMode outputLockingMode()
Indicates how MediaLive pipelines are synchronized. PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.If the service returns an enum value that is not available in the current SDK version,
outputLockingModewill returnGlobalConfigurationOutputLockingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputLockingModeAsString().- Returns:
- Indicates how MediaLive pipelines are synchronized. PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.
- See Also:
GlobalConfigurationOutputLockingMode
-
outputLockingModeAsString
public final String outputLockingModeAsString()
Indicates how MediaLive pipelines are synchronized. PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.If the service returns an enum value that is not available in the current SDK version,
outputLockingModewill returnGlobalConfigurationOutputLockingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputLockingModeAsString().- Returns:
- Indicates how MediaLive pipelines are synchronized. PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.
- See Also:
GlobalConfigurationOutputLockingMode
-
outputTimingSource
public final GlobalConfigurationOutputTimingSource outputTimingSource()
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.If the service returns an enum value that is not available in the current SDK version,
outputTimingSourcewill returnGlobalConfigurationOutputTimingSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputTimingSourceAsString().- Returns:
- Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.
- See Also:
GlobalConfigurationOutputTimingSource
-
outputTimingSourceAsString
public final String outputTimingSourceAsString()
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.If the service returns an enum value that is not available in the current SDK version,
outputTimingSourcewill returnGlobalConfigurationOutputTimingSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoutputTimingSourceAsString().- Returns:
- Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally may be locked to another source via NTP) or should be locked to the clock of the source that is providing the input stream.
- See Also:
GlobalConfigurationOutputTimingSource
-
supportLowFramerateInputs
public final GlobalConfigurationLowFramerateInputs supportLowFramerateInputs()
Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.If the service returns an enum value that is not available in the current SDK version,
supportLowFramerateInputswill returnGlobalConfigurationLowFramerateInputs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportLowFramerateInputsAsString().- Returns:
- Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.
- See Also:
GlobalConfigurationLowFramerateInputs
-
supportLowFramerateInputsAsString
public final String supportLowFramerateInputsAsString()
Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.If the service returns an enum value that is not available in the current SDK version,
supportLowFramerateInputswill returnGlobalConfigurationLowFramerateInputs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsupportLowFramerateInputsAsString().- Returns:
- Adjusts video input buffer for streams with very low video framerates. This is commonly set to enabled for music channels with less than one video frame per second.
- See Also:
GlobalConfigurationLowFramerateInputs
-
outputLockingSettings
public final OutputLockingSettings outputLockingSettings()
Advanced output locking settings- Returns:
- Advanced output locking settings
-
toBuilder
public GlobalConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>
-
builder
public static GlobalConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlobalConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-