| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioTrack |
AudioTrack.clone() |
AudioTrack |
AudioTrack.withTrack(Integer track)
1-based integer value that maps to a specific audio track
|
| Modifier and Type | Method and Description |
|---|---|
List<AudioTrack> |
AudioTrackSelection.getTracks()
Selects one or more unique audio tracks from within an mp4 source.
|
| Modifier and Type | Method and Description |
|---|---|
AudioTrackSelection |
AudioTrackSelection.withTracks(AudioTrack... tracks)
Selects one or more unique audio tracks from within an mp4 source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioTrackSelection.setTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within an mp4 source.
|
AudioTrackSelection |
AudioTrackSelection.withTracks(Collection<AudioTrack> tracks)
Selects one or more unique audio tracks from within an mp4 source.
|
Copyright © 2020. All rights reserved.