Class ChannelEncoderSettingsGlobalConfigurationArgs


  • public final class ChannelEncoderSettingsGlobalConfigurationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • initialAudioGain

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> initialAudioGain()
        Returns:
        Value to set the initial audio gain for the Live Event.
      • inputEndAction

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> inputEndAction()
        Returns:
        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).
      • outputLockingMode

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> outputLockingMode()
        Returns:
        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.
      • outputTimingSource

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> outputTimingSource()
        Returns:
        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.
      • supportLowFramerateInputs

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> supportLowFramerateInputs()
        Returns:
        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.