@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
GlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GlobalConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getInitialAudioGain()
Value to set the initial audio gain for the Live Event.
|
String |
getInputEndAction()
Indicates the action to take when the current input completes (e.g.
|
InputLossBehavior |
getInputLossBehavior()
Settings for system actions when input is lost.
|
String |
getOutputLockingMode()
Indicates how MediaLive pipelines are synchronized.
|
String |
getOutputTimingSource()
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 |
getSupportLowFramerateInputs()
Adjusts video input buffer for streams with very low video framerates.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInitialAudioGain(Integer initialAudioGain)
Value to set the initial audio gain for the Live Event.
|
void |
setInputEndAction(String inputEndAction)
Indicates the action to take when the current input completes (e.g.
|
void |
setInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
void |
setOutputLockingMode(String outputLockingMode)
Indicates how MediaLive pipelines are synchronized.
|
void |
setOutputTimingSource(String 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.
|
void |
setSupportLowFramerateInputs(String supportLowFramerateInputs)
Adjusts video input buffer for streams with very low video framerates.
|
String |
toString()
Returns a string representation of this object.
|
GlobalConfiguration |
withInitialAudioGain(Integer initialAudioGain)
Value to set the initial audio gain for the Live Event.
|
GlobalConfiguration |
withInputEndAction(GlobalConfigurationInputEndAction inputEndAction)
Indicates the action to take when the current input completes (e.g.
|
GlobalConfiguration |
withInputEndAction(String inputEndAction)
Indicates the action to take when the current input completes (e.g.
|
GlobalConfiguration |
withInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
GlobalConfiguration |
withOutputLockingMode(GlobalConfigurationOutputLockingMode outputLockingMode)
Indicates how MediaLive pipelines are synchronized.
|
GlobalConfiguration |
withOutputLockingMode(String outputLockingMode)
Indicates how MediaLive pipelines are synchronized.
|
GlobalConfiguration |
withOutputTimingSource(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.
|
GlobalConfiguration |
withOutputTimingSource(String 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.
|
GlobalConfiguration |
withSupportLowFramerateInputs(GlobalConfigurationLowFramerateInputs supportLowFramerateInputs)
Adjusts video input buffer for streams with very low video framerates.
|
GlobalConfiguration |
withSupportLowFramerateInputs(String supportLowFramerateInputs)
Adjusts video input buffer for streams with very low video framerates.
|
public void setInitialAudioGain(Integer initialAudioGain)
initialAudioGain - Value to set the initial audio gain for the Live Event.public Integer getInitialAudioGain()
public GlobalConfiguration withInitialAudioGain(Integer initialAudioGain)
initialAudioGain - Value to set the initial audio gain for the Live Event.public void setInputEndAction(String inputEndAction)
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).GlobalConfigurationInputEndActionpublic String getInputEndAction()
GlobalConfigurationInputEndActionpublic GlobalConfiguration withInputEndAction(String inputEndAction)
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).GlobalConfigurationInputEndActionpublic GlobalConfiguration withInputEndAction(GlobalConfigurationInputEndAction inputEndAction)
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).GlobalConfigurationInputEndActionpublic void setInputLossBehavior(InputLossBehavior inputLossBehavior)
inputLossBehavior - Settings for system actions when input is lost.public InputLossBehavior getInputLossBehavior()
public GlobalConfiguration withInputLossBehavior(InputLossBehavior inputLossBehavior)
inputLossBehavior - Settings for system actions when input is lost.public void setOutputLockingMode(String outputLockingMode)
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.GlobalConfigurationOutputLockingModepublic String getOutputLockingMode()
GlobalConfigurationOutputLockingModepublic GlobalConfiguration withOutputLockingMode(String outputLockingMode)
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.GlobalConfigurationOutputLockingModepublic GlobalConfiguration withOutputLockingMode(GlobalConfigurationOutputLockingMode outputLockingMode)
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.GlobalConfigurationOutputLockingModepublic void setOutputTimingSource(String outputTimingSource)
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.GlobalConfigurationOutputTimingSourcepublic String getOutputTimingSource()
GlobalConfigurationOutputTimingSourcepublic GlobalConfiguration withOutputTimingSource(String outputTimingSource)
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.GlobalConfigurationOutputTimingSourcepublic GlobalConfiguration withOutputTimingSource(GlobalConfigurationOutputTimingSource outputTimingSource)
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.GlobalConfigurationOutputTimingSourcepublic void setSupportLowFramerateInputs(String supportLowFramerateInputs)
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.GlobalConfigurationLowFramerateInputspublic String getSupportLowFramerateInputs()
GlobalConfigurationLowFramerateInputspublic GlobalConfiguration withSupportLowFramerateInputs(String supportLowFramerateInputs)
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.GlobalConfigurationLowFramerateInputspublic GlobalConfiguration withSupportLowFramerateInputs(GlobalConfigurationLowFramerateInputs supportLowFramerateInputs)
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.GlobalConfigurationLowFramerateInputspublic String toString()
toString in class ObjectObject.toString()public GlobalConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.