@Generated(value="software.amazon.awssdk:codegen") public final class AudioSelector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioSelector.Builder,AudioSelector>
Modifier and Type | Class and Description |
---|---|
static interface |
AudioSelector.Builder |
Modifier and Type | Method and Description |
---|---|
static AudioSelector.Builder |
builder() |
String |
customLanguageCode()
Selects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter
language code
|
AudioDefaultSelection |
defaultSelection()
Returns the value of the DefaultSelection property for this object.
|
String |
defaultSelectionAsString()
Returns the value of the DefaultSelection property for this object.
|
boolean |
equals(Object obj) |
String |
externalAudioFileInput()
Specifies audio data from an external file source.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Selects a specific language code from within an audio source.
|
String |
languageCodeAsString()
Selects a specific language code from within an audio source.
|
Integer |
offset()
Specifies a time delta in milliseconds to offset the audio from the input video.
|
List<Integer> |
pids()
Selects a specific PID from within an audio source (e.g.
|
Integer |
programSelection()
Use this setting for input streams that contain Dolby E, to have the service extract specific program data from
the track.
|
RemixSettings |
remixSettings()
Use these settings to reorder the audio channels of one input to match those of another input.
|
List<SdkField<?>> |
sdkFields() |
AudioSelectorType |
selectorType()
Returns the value of the SelectorType property for this object.
|
String |
selectorTypeAsString()
Returns the value of the SelectorType property for this object.
|
static Class<? extends AudioSelector.Builder> |
serializableBuilderClass() |
AudioSelector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<Integer> |
tracks()
Identify a track from the input audio to include in this selector by entering the track index number.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String customLanguageCode()
public AudioDefaultSelection defaultSelection()
If the service returns an enum value that is not available in the current SDK version, defaultSelection
will return AudioDefaultSelection.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from defaultSelectionAsString()
.
AudioDefaultSelection
public String defaultSelectionAsString()
If the service returns an enum value that is not available in the current SDK version, defaultSelection
will return AudioDefaultSelection.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from defaultSelectionAsString()
.
AudioDefaultSelection
public String externalAudioFileInput()
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 Integer offset()
public List<Integer> pids()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer programSelection()
public RemixSettings remixSettings()
public AudioSelectorType selectorType()
If the service returns an enum value that is not available in the current SDK version, selectorType
will
return AudioSelectorType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
selectorTypeAsString()
.
AudioSelectorType
public String selectorTypeAsString()
If the service returns an enum value that is not available in the current SDK version, selectorType
will
return AudioSelectorType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
selectorTypeAsString()
.
AudioSelectorType
public List<Integer> tracks()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AudioSelector.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AudioSelector.Builder,AudioSelector>
public static AudioSelector.Builder builder()
public static Class<? extends AudioSelector.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.