@Generated(value="software.amazon.awssdk:codegen") public final class GlobalConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlobalConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlobalConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
initialAudioGain()
Value to set the initial audio gain for the Live Event.
|
GlobalConfigurationInputEndAction |
inputEndAction()
Indicates the action to take when the current input completes (e.g.
|
String |
inputEndActionAsString()
Indicates the action to take when the current input completes (e.g.
|
InputLossBehavior |
inputLossBehavior()
Settings for system actions when input is lost.
|
GlobalConfigurationOutputLockingMode |
outputLockingMode()
Indicates how MediaLive pipelines are synchronized.
|
String |
outputLockingModeAsString()
Indicates how MediaLive pipelines are synchronized.
|
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.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GlobalConfiguration.Builder> |
serializableBuilderClass() |
GlobalConfigurationLowFramerateInputs |
supportLowFramerateInputs()
Adjusts video input buffer for streams with very low video framerates.
|
String |
supportLowFramerateInputsAsString()
Adjusts video input buffer for streams with very low video framerates.
|
GlobalConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer initialAudioGain()
public final GlobalConfigurationInputEndAction inputEndAction()
If the service returns an enum value that is not available in the current SDK version, inputEndAction
will return GlobalConfigurationInputEndAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from inputEndActionAsString().
GlobalConfigurationInputEndActionpublic final String inputEndActionAsString()
If the service returns an enum value that is not available in the current SDK version, inputEndAction
will return GlobalConfigurationInputEndAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from inputEndActionAsString().
GlobalConfigurationInputEndActionpublic final InputLossBehavior inputLossBehavior()
public final GlobalConfigurationOutputLockingMode outputLockingMode()
If the service returns an enum value that is not available in the current SDK version, outputLockingMode
will return GlobalConfigurationOutputLockingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from outputLockingModeAsString().
GlobalConfigurationOutputLockingModepublic final String outputLockingModeAsString()
If the service returns an enum value that is not available in the current SDK version, outputLockingMode
will return GlobalConfigurationOutputLockingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from outputLockingModeAsString().
GlobalConfigurationOutputLockingModepublic final GlobalConfigurationOutputTimingSource outputTimingSource()
If the service returns an enum value that is not available in the current SDK version,
outputTimingSource will return GlobalConfigurationOutputTimingSource.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from outputTimingSourceAsString().
GlobalConfigurationOutputTimingSourcepublic final String outputTimingSourceAsString()
If the service returns an enum value that is not available in the current SDK version,
outputTimingSource will return GlobalConfigurationOutputTimingSource.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from outputTimingSourceAsString().
GlobalConfigurationOutputTimingSourcepublic final GlobalConfigurationLowFramerateInputs supportLowFramerateInputs()
If the service returns an enum value that is not available in the current SDK version,
supportLowFramerateInputs will return
GlobalConfigurationLowFramerateInputs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from supportLowFramerateInputsAsString().
GlobalConfigurationLowFramerateInputspublic final String supportLowFramerateInputsAsString()
If the service returns an enum value that is not available in the current SDK version,
supportLowFramerateInputs will return
GlobalConfigurationLowFramerateInputs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from supportLowFramerateInputsAsString().
GlobalConfigurationLowFramerateInputspublic GlobalConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>public static GlobalConfiguration.Builder builder()
public static Class<? extends GlobalConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.