| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalConfiguration |
GlobalConfiguration.clone() |
GlobalConfiguration |
EncoderSettings.getGlobalConfiguration()
Configuration settings that apply to the event as a whole.
|
GlobalConfiguration |
GlobalConfiguration.withInitialAudioGain(Integer initialAudioGain)
Value to set the initial audio gain for the Live Event.
|
GlobalConfiguration |
GlobalConfiguration.withInputEndAction(GlobalConfigurationInputEndAction inputEndAction)
Indicates the action to take when the current input completes (e.g.
|
GlobalConfiguration |
GlobalConfiguration.withInputEndAction(String inputEndAction)
Indicates the action to take when the current input completes (e.g.
|
GlobalConfiguration |
GlobalConfiguration.withInputLossBehavior(InputLossBehavior inputLossBehavior)
Settings for system actions when input is lost.
|
GlobalConfiguration |
GlobalConfiguration.withOutputLockingMode(GlobalConfigurationOutputLockingMode outputLockingMode)
Indicates how MediaLive pipelines are synchronized.
|
GlobalConfiguration |
GlobalConfiguration.withOutputLockingMode(String outputLockingMode)
Indicates how MediaLive pipelines are synchronized.
|
GlobalConfiguration |
GlobalConfiguration.withOutputLockingSettings(OutputLockingSettings outputLockingSettings)
Advanced output locking settings
|
GlobalConfiguration |
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 |
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 |
GlobalConfiguration.withSupportLowFramerateInputs(GlobalConfigurationLowFramerateInputs supportLowFramerateInputs)
Adjusts video input buffer for streams with very low video framerates.
|
GlobalConfiguration |
GlobalConfiguration.withSupportLowFramerateInputs(String supportLowFramerateInputs)
Adjusts video input buffer for streams with very low video framerates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderSettings.setGlobalConfiguration(GlobalConfiguration globalConfiguration)
Configuration settings that apply to the event as a whole.
|
EncoderSettings |
EncoderSettings.withGlobalConfiguration(GlobalConfiguration globalConfiguration)
Configuration settings that apply to the event as a whole.
|
Copyright © 2024. All rights reserved.