@Generated(value="software.amazon.awssdk:codegen") public final class AudioDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioDescription.Builder,AudioDescription>
Modifier and Type | Class and Description |
---|---|
static interface |
AudioDescription.Builder |
Modifier and Type | Method and Description |
---|---|
AudioChannelTaggingSettings |
audioChannelTaggingSettings()
When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout
manually.
|
AudioNormalizationSettings |
audioNormalizationSettings()
Advanced audio normalization settings.
|
String |
audioSourceName()
Specifies which audio data to use from each input.
|
Integer |
audioType()
Applies only if Follow Input Audio Type is unchecked (false).
|
AudioTypeControl |
audioTypeControl()
When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the
output.
|
String |
audioTypeControlAsString()
When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the
output.
|
static AudioDescription.Builder |
builder() |
AudioCodecSettings |
codecSettings()
Audio codec settings (CodecSettings) under (AudioDescriptions) contains the group of settings related to audio
encoding.
|
String |
customLanguageCode()
Specify the language for this audio output track.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Indicates the language of the audio output track.
|
String |
languageCodeAsString()
Indicates the language of the audio output track.
|
AudioLanguageCodeControl |
languageCodeControl()
Specify which source for language code takes precedence for this audio track.
|
String |
languageCodeControlAsString()
Specify which source for language code takes precedence for this audio track.
|
RemixSettings |
remixSettings()
Advanced audio remixing settings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioDescription.Builder> |
serializableBuilderClass() |
String |
streamName()
Specify a label for this output audio stream.
|
AudioDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public AudioChannelTaggingSettings audioChannelTaggingSettings()
public AudioNormalizationSettings audioNormalizationSettings()
public String audioSourceName()
public Integer audioType()
public AudioTypeControl audioTypeControl()
If the service returns an enum value that is not available in the current SDK version, audioTypeControl
will return AudioTypeControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioTypeControlAsString()
.
AudioTypeControl
public String audioTypeControlAsString()
If the service returns an enum value that is not available in the current SDK version, audioTypeControl
will return AudioTypeControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from audioTypeControlAsString()
.
AudioTypeControl
public AudioCodecSettings codecSettings()
public String customLanguageCode()
public LanguageCode languageCode()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public String languageCodeAsString()
If the service returns an enum value that is not available in the current SDK version, languageCode
will
return LanguageCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
languageCodeAsString()
.
LanguageCode
public AudioLanguageCodeControl languageCodeControl()
If the service returns an enum value that is not available in the current SDK version,
languageCodeControl
will return AudioLanguageCodeControl.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from languageCodeControlAsString()
.
AudioLanguageCodeControl
public String languageCodeControlAsString()
If the service returns an enum value that is not available in the current SDK version,
languageCodeControl
will return AudioLanguageCodeControl.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from languageCodeControlAsString()
.
AudioLanguageCodeControl
public RemixSettings remixSettings()
public String streamName()
public AudioDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AudioDescription.Builder,AudioDescription>
public static AudioDescription.Builder builder()
public static Class<? extends AudioDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.