@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 |
|---|---|
AudioNormalizationSettings |
audioNormalizationSettings()
Advanced audio normalization settings.
|
String |
audioSelectorName()
The name of the AudioSelector used as the source for this AudioDescription.
|
AudioType |
audioType()
Applies only if audioTypeControl is useConfigured.
|
String |
audioTypeAsString()
Applies only if audioTypeControl is useConfigured.
|
AudioDescriptionAudioTypeControl |
audioTypeControl()
Determines how audio type is determined.
|
String |
audioTypeControlAsString()
Determines how audio type is determined.
|
AudioWatermarkSettings |
audioWatermarkingSettings()
Settings to configure one or more solutions that insert audio watermarks in the audio encode
|
static AudioDescription.Builder |
builder() |
AudioCodecSettings |
codecSettings()
Audio codec settings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
languageCode()
RFC 5646 language code representing the language of the audio output track.
|
AudioDescriptionLanguageCodeControl |
languageCodeControl()
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of
the input.
|
String |
languageCodeControlAsString()
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of
the input.
|
String |
name()
The name of this AudioDescription.
|
RemixSettings |
remixSettings()
Settings that control how input audio channels are remixed into the output audio channels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioDescription.Builder> |
serializableBuilderClass() |
String |
streamName()
Used for MS Smooth and Apple HLS outputs.
|
AudioDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AudioNormalizationSettings audioNormalizationSettings()
public final String audioSelectorName()
public final AudioType audioType()
If the service returns an enum value that is not available in the current SDK version, audioType will
return AudioType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
audioTypeAsString().
AudioTypepublic final String audioTypeAsString()
If the service returns an enum value that is not available in the current SDK version, audioType will
return AudioType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
audioTypeAsString().
AudioTypepublic final AudioDescriptionAudioTypeControl audioTypeControl()
If the service returns an enum value that is not available in the current SDK version, audioTypeControl
will return AudioDescriptionAudioTypeControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from audioTypeControlAsString().
AudioDescriptionAudioTypeControlpublic final String audioTypeControlAsString()
If the service returns an enum value that is not available in the current SDK version, audioTypeControl
will return AudioDescriptionAudioTypeControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from audioTypeControlAsString().
AudioDescriptionAudioTypeControlpublic final AudioWatermarkSettings audioWatermarkingSettings()
public final AudioCodecSettings codecSettings()
public final String languageCode()
public final AudioDescriptionLanguageCodeControl languageCodeControl()
If the service returns an enum value that is not available in the current SDK version,
languageCodeControl will return AudioDescriptionLanguageCodeControl.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from languageCodeControlAsString().
AudioDescriptionLanguageCodeControlpublic final String languageCodeControlAsString()
If the service returns an enum value that is not available in the current SDK version,
languageCodeControl will return AudioDescriptionLanguageCodeControl.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from languageCodeControlAsString().
AudioDescriptionLanguageCodeControlpublic final String name()
public 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 © 2022. All rights reserved.