Interface AudioCodecSettings.Builder

    • Method Detail

      • aacSettings

        AudioCodecSettings.Builder aacSettings​(AacSettings aacSettings)
        Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode.
        Parameters:
        aacSettings - Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aacSettings

        default AudioCodecSettings.Builder aacSettings​(Consumer<AacSettings.Builder> aacSettings)
        Required when you set Codec to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting Bitrate. Defaults and valid values depend on the rate control mode. This is a convenience method that creates an instance of the AacSettings.Builder avoiding the need to create one manually via AacSettings.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to aacSettings(AacSettings).

        Parameters:
        aacSettings - a consumer that will call methods on AacSettings.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        aacSettings(AacSettings)
      • ac3Settings

        AudioCodecSettings.Builder ac3Settings​(Ac3Settings ac3Settings)
        Required when you set Codec to the value AC3.
        Parameters:
        ac3Settings - Required when you set Codec to the value AC3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aiffSettings

        AudioCodecSettings.Builder aiffSettings​(AiffSettings aiffSettings)
        Required when you set Codec to the value AIFF.
        Parameters:
        aiffSettings - Required when you set Codec to the value AIFF.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codec

        AudioCodecSettings.Builder codec​(String codec)
        Choose the audio codec for this output. Note that the option Dolby Digital passthrough applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference -codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon. com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers -input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
        Parameters:
        codec - Choose the audio codec for this output. Note that the option Dolby Digital passthrough applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers .html#reference-codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference -codecs-containers-input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AudioCodec, AudioCodec
      • codec

        AudioCodecSettings.Builder codec​(AudioCodec codec)
        Choose the audio codec for this output. Note that the option Dolby Digital passthrough applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference -codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon. com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers -input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
        Parameters:
        codec - Choose the audio codec for this output. Note that the option Dolby Digital passthrough applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers .html#reference-codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference -codecs-containers-input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AudioCodec, AudioCodec
      • eac3AtmosSettings

        AudioCodecSettings.Builder eac3AtmosSettings​(Eac3AtmosSettings eac3AtmosSettings)
        Required when you set Codec to the value EAC3_ATMOS.
        Parameters:
        eac3AtmosSettings - Required when you set Codec to the value EAC3_ATMOS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eac3Settings

        AudioCodecSettings.Builder eac3Settings​(Eac3Settings eac3Settings)
        Required when you set Codec to the value EAC3.
        Parameters:
        eac3Settings - Required when you set Codec to the value EAC3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flacSettings

        AudioCodecSettings.Builder flacSettings​(FlacSettings flacSettings)
        Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
        Parameters:
        flacSettings - Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mp2Settings

        AudioCodecSettings.Builder mp2Settings​(Mp2Settings mp2Settings)
        Required when you set Codec to the value MP2.
        Parameters:
        mp2Settings - Required when you set Codec to the value MP2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mp3Settings

        AudioCodecSettings.Builder mp3Settings​(Mp3Settings mp3Settings)
        Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
        Parameters:
        mp3Settings - Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • opusSettings

        AudioCodecSettings.Builder opusSettings​(OpusSettings opusSettings)
        Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
        Parameters:
        opusSettings - Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vorbisSettings

        AudioCodecSettings.Builder vorbisSettings​(VorbisSettings vorbisSettings)
        Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
        Parameters:
        vorbisSettings - Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wavSettings

        AudioCodecSettings.Builder wavSettings​(WavSettings wavSettings)
        Required when you set Codec to the value WAV.
        Parameters:
        wavSettings - Required when you set Codec to the value WAV.
        Returns:
        Returns a reference to this object so that method calls can be chained together.