Interface AudioDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioDescription.Builder,AudioDescription>,SdkBuilder<AudioDescription.Builder,AudioDescription>,SdkPojo
- Enclosing class:
- AudioDescription
public static interface AudioDescription.Builder extends SdkPojo, CopyableBuilder<AudioDescription.Builder,AudioDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AudioDescription.BuilderaudioDashRoles(Collection<DashRoleAudio> audioDashRoles)Identifies the DASH roles to assign to this audio output.AudioDescription.BuilderaudioDashRoles(DashRoleAudio... audioDashRoles)Identifies the DASH roles to assign to this audio output.AudioDescription.BuilderaudioDashRolesWithStrings(String... audioDashRoles)Identifies the DASH roles to assign to this audio output.AudioDescription.BuilderaudioDashRolesWithStrings(Collection<String> audioDashRoles)Identifies the DASH roles to assign to this audio output.default AudioDescription.BuilderaudioNormalizationSettings(Consumer<AudioNormalizationSettings.Builder> audioNormalizationSettings)Advanced audio normalization settings.AudioDescription.BuilderaudioNormalizationSettings(AudioNormalizationSettings audioNormalizationSettings)Advanced audio normalization settings.AudioDescription.BuilderaudioSelectorName(String audioSelectorName)The name of the AudioSelector used as the source for this AudioDescription.AudioDescription.BuilderaudioType(String audioType)Applies only if audioTypeControl is useConfigured.AudioDescription.BuilderaudioType(AudioType audioType)Applies only if audioTypeControl is useConfigured.AudioDescription.BuilderaudioTypeControl(String audioTypeControl)Determines how audio type is determined.AudioDescription.BuilderaudioTypeControl(AudioDescriptionAudioTypeControl audioTypeControl)Determines how audio type is determined.default AudioDescription.BuilderaudioWatermarkingSettings(Consumer<AudioWatermarkSettings.Builder> audioWatermarkingSettings)Settings to configure one or more solutions that insert audio watermarks in the audio encode This is a convenience method that creates an instance of theAudioWatermarkSettings.Builderavoiding the need to create one manually viaAudioWatermarkSettings.builder().AudioDescription.BuilderaudioWatermarkingSettings(AudioWatermarkSettings audioWatermarkingSettings)Settings to configure one or more solutions that insert audio watermarks in the audio encodedefault AudioDescription.BuildercodecSettings(Consumer<AudioCodecSettings.Builder> codecSettings)Audio codec settings.AudioDescription.BuildercodecSettings(AudioCodecSettings codecSettings)Audio codec settings.AudioDescription.BuilderdvbDashAccessibility(String dvbDashAccessibility)Identifies DVB DASH accessibility signaling in this audio output.AudioDescription.BuilderdvbDashAccessibility(DvbDashAccessibility dvbDashAccessibility)Identifies DVB DASH accessibility signaling in this audio output.AudioDescription.BuilderlanguageCode(String languageCode)RFC 5646 language code representing the language of the audio output track.AudioDescription.BuilderlanguageCodeControl(String languageCodeControl)Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input.AudioDescription.BuilderlanguageCodeControl(AudioDescriptionLanguageCodeControl languageCodeControl)Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input.AudioDescription.Buildername(String name)The name of this AudioDescription.default AudioDescription.BuilderremixSettings(Consumer<RemixSettings.Builder> remixSettings)Settings that control how input audio channels are remixed into the output audio channels.AudioDescription.BuilderremixSettings(RemixSettings remixSettings)Settings that control how input audio channels are remixed into the output audio channels.AudioDescription.BuilderstreamName(String streamName)Used for MS Smooth and Apple HLS outputs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
audioNormalizationSettings
AudioDescription.Builder audioNormalizationSettings(AudioNormalizationSettings audioNormalizationSettings)
Advanced audio normalization settings.- Parameters:
audioNormalizationSettings- Advanced audio normalization settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioNormalizationSettings
default AudioDescription.Builder audioNormalizationSettings(Consumer<AudioNormalizationSettings.Builder> audioNormalizationSettings)
Advanced audio normalization settings. This is a convenience method that creates an instance of theAudioNormalizationSettings.Builderavoiding the need to create one manually viaAudioNormalizationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaudioNormalizationSettings(AudioNormalizationSettings).- Parameters:
audioNormalizationSettings- a consumer that will call methods onAudioNormalizationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
audioNormalizationSettings(AudioNormalizationSettings)
-
audioSelectorName
AudioDescription.Builder audioSelectorName(String audioSelectorName)
The name of the AudioSelector used as the source for this AudioDescription.- Parameters:
audioSelectorName- The name of the AudioSelector used as the source for this AudioDescription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioType
AudioDescription.Builder audioType(String audioType)
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
-
audioType
AudioDescription.Builder audioType(AudioType audioType)
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
-
audioTypeControl
AudioDescription.Builder audioTypeControl(String audioTypeControl)
Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.- Parameters:
audioTypeControl- Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioDescriptionAudioTypeControl,AudioDescriptionAudioTypeControl
-
audioTypeControl
AudioDescription.Builder audioTypeControl(AudioDescriptionAudioTypeControl audioTypeControl)
Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.- Parameters:
audioTypeControl- Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioDescriptionAudioTypeControl,AudioDescriptionAudioTypeControl
-
audioWatermarkingSettings
AudioDescription.Builder audioWatermarkingSettings(AudioWatermarkSettings audioWatermarkingSettings)
Settings to configure one or more solutions that insert audio watermarks in the audio encode- Parameters:
audioWatermarkingSettings- Settings to configure one or more solutions that insert audio watermarks in the audio encode- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioWatermarkingSettings
default AudioDescription.Builder audioWatermarkingSettings(Consumer<AudioWatermarkSettings.Builder> audioWatermarkingSettings)
Settings to configure one or more solutions that insert audio watermarks in the audio encode This is a convenience method that creates an instance of theAudioWatermarkSettings.Builderavoiding the need to create one manually viaAudioWatermarkSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaudioWatermarkingSettings(AudioWatermarkSettings).- Parameters:
audioWatermarkingSettings- a consumer that will call methods onAudioWatermarkSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
audioWatermarkingSettings(AudioWatermarkSettings)
-
codecSettings
AudioDescription.Builder codecSettings(AudioCodecSettings codecSettings)
Audio codec settings.- Parameters:
codecSettings- Audio codec settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codecSettings
default AudioDescription.Builder codecSettings(Consumer<AudioCodecSettings.Builder> codecSettings)
Audio codec settings. This is a convenience method that creates an instance of theAudioCodecSettings.Builderavoiding the need to create one manually viaAudioCodecSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodecSettings(AudioCodecSettings).- Parameters:
codecSettings- a consumer that will call methods onAudioCodecSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
codecSettings(AudioCodecSettings)
-
languageCode
AudioDescription.Builder languageCode(String languageCode)
RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.- Parameters:
languageCode- RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCodeControl
AudioDescription.Builder languageCodeControl(String languageCodeControl)
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.- Parameters:
languageCodeControl- Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioDescriptionLanguageCodeControl,AudioDescriptionLanguageCodeControl
-
languageCodeControl
AudioDescription.Builder languageCodeControl(AudioDescriptionLanguageCodeControl languageCodeControl)
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.- Parameters:
languageCodeControl- Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioDescriptionLanguageCodeControl,AudioDescriptionLanguageCodeControl
-
name
AudioDescription.Builder name(String name)
The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.- Parameters:
name- The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remixSettings
AudioDescription.Builder remixSettings(RemixSettings remixSettings)
Settings that control how input audio channels are remixed into the output audio channels.- Parameters:
remixSettings- Settings that control how input audio channels are remixed into the output audio channels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remixSettings
default AudioDescription.Builder remixSettings(Consumer<RemixSettings.Builder> remixSettings)
Settings that control how input audio channels are remixed into the output audio channels. This is a convenience method that creates an instance of theRemixSettings.Builderavoiding the need to create one manually viaRemixSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremixSettings(RemixSettings).- Parameters:
remixSettings- a consumer that will call methods onRemixSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
remixSettings(RemixSettings)
-
streamName
AudioDescription.Builder streamName(String streamName)
Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).- Parameters:
streamName- Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioDashRolesWithStrings
AudioDescription.Builder audioDashRolesWithStrings(Collection<String> audioDashRoles)
Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Parameters:
audioDashRoles- Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioDashRolesWithStrings
AudioDescription.Builder audioDashRolesWithStrings(String... audioDashRoles)
Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Parameters:
audioDashRoles- Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioDashRoles
AudioDescription.Builder audioDashRoles(Collection<DashRoleAudio> audioDashRoles)
Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Parameters:
audioDashRoles- Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioDashRoles
AudioDescription.Builder audioDashRoles(DashRoleAudio... audioDashRoles)
Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Parameters:
audioDashRoles- Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dvbDashAccessibility
AudioDescription.Builder dvbDashAccessibility(String dvbDashAccessibility)
Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.- Parameters:
dvbDashAccessibility- Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DvbDashAccessibility,DvbDashAccessibility
-
dvbDashAccessibility
AudioDescription.Builder dvbDashAccessibility(DvbDashAccessibility dvbDashAccessibility)
Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.- Parameters:
dvbDashAccessibility- Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DvbDashAccessibility,DvbDashAccessibility
-
-