| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioTrackSelection |
AudioTrackSelection.clone() |
AudioTrackSelection |
AudioSelectorSettings.getAudioTrackSelection() |
AudioTrackSelection |
AudioTrackSelection.withDolbyEDecode(AudioDolbyEDecode dolbyEDecode)
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged
with SMPTE-337
|
AudioTrackSelection |
AudioTrackSelection.withTracks(AudioTrack... tracks)
Selects one or more unique audio tracks from within a source.
|
AudioTrackSelection |
AudioTrackSelection.withTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within a source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioSelectorSettings.setAudioTrackSelection(AudioTrackSelection audioTrackSelection) |
AudioSelectorSettings |
AudioSelectorSettings.withAudioTrackSelection(AudioTrackSelection audioTrackSelection) |
Copyright © 2024. All rights reserved.