@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()
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, waitcopypublic final AudioChannelTaggingSettings audioChannelTaggingSettings()
public final AudioNormalizationSettings audioNormalizationSettings()
public final String audioSourceName()
public final Integer audioType()
public final 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().
AudioTypeControlpublic final 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().
AudioTypeControlpublic final AudioCodecSettings codecSettings()
public final String customLanguageCode()
public final 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().
LanguageCodepublic final 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().
LanguageCodepublic final 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().
AudioLanguageCodeControlpublic final 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().
AudioLanguageCodeControlpublic final RemixSettings remixSettings()
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.