@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) |
<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.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer initialAudioGain()
public 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()
.
GlobalConfigurationInputEndAction
public 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()
.
GlobalConfigurationInputEndAction
public InputLossBehavior inputLossBehavior()
public 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()
.
GlobalConfigurationOutputTimingSource
public 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()
.
GlobalConfigurationOutputTimingSource
public 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()
.
GlobalConfigurationLowFramerateInputs
public 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()
.
GlobalConfigurationLowFramerateInputs
public GlobalConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GlobalConfiguration.Builder,GlobalConfiguration>
public static GlobalConfiguration.Builder builder()
public static Class<? extends GlobalConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.