@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 an input completes (e.g.
|
InputLossBehavior |
getInputLossBehavior()
Settings for system actions when input is lost.
|
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 an input completes (e.g.
|
void |
setInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
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; useful for testing and debugging.
|
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 an input completes (e.g.
|
GlobalConfiguration |
withInputEndAction(String inputEndAction)
Indicates the action to take when an input completes (e.g.
|
GlobalConfiguration |
withInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
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 an input completes (e.g. end-of-file.) Options include immediately
switching to the next sequential input (via "switchInput"), switching to the next input and looping back
to the first input when last input ends (via "switchAndLoopInputs") or not switching inputs and instead
transcoding black / color / slate images per the "Input Loss Behavior" configuration until an
activateInput REST command is received (via "none").GlobalConfigurationInputEndActionpublic String getInputEndAction()
GlobalConfigurationInputEndActionpublic GlobalConfiguration withInputEndAction(String inputEndAction)
inputEndAction - Indicates the action to take when an input completes (e.g. end-of-file.) Options include immediately
switching to the next sequential input (via "switchInput"), switching to the next input and looping back
to the first input when last input ends (via "switchAndLoopInputs") or not switching inputs and instead
transcoding black / color / slate images per the "Input Loss Behavior" configuration until an
activateInput REST command is received (via "none").GlobalConfigurationInputEndActionpublic GlobalConfiguration withInputEndAction(GlobalConfigurationInputEndAction inputEndAction)
inputEndAction - Indicates the action to take when an input completes (e.g. end-of-file.) Options include immediately
switching to the next sequential input (via "switchInput"), switching to the next input and looping back
to the first input when last input ends (via "switchAndLoopInputs") or not switching inputs and instead
transcoding black / color / slate images per the "Input Loss Behavior" configuration until an
activateInput REST command is received (via "none").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 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 © 2018. All rights reserved.