| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioSelector |
AudioSelector.clone() |
AudioSelector |
AudioSelector.withName(String name)
The name of this AudioSelector.
|
AudioSelector |
AudioSelector.withSelectorSettings(AudioSelectorSettings selectorSettings)
The audio selector settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<AudioSelector> |
InputSettings.getAudioSelectors()
Used to select the audio stream to decode for inputs that have multiple available.
|
| Modifier and Type | Method and Description |
|---|---|
InputSettings |
InputSettings.withAudioSelectors(AudioSelector... audioSelectors)
Used to select the audio stream to decode for inputs that have multiple available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputSettings.setAudioSelectors(Collection<AudioSelector> audioSelectors)
Used to select the audio stream to decode for inputs that have multiple available.
|
InputSettings |
InputSettings.withAudioSelectors(Collection<AudioSelector> audioSelectors)
Used to select the audio stream to decode for inputs that have multiple available.
|
Copyright © 2020. All rights reserved.