| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Id3Insertion |
Id3Insertion.clone() |
Id3Insertion |
Id3Insertion.withId3(String id3)
Use ID3 tag (Id3) to provide a tag value in base64-encode format.
|
Id3Insertion |
Id3Insertion.withTimecode(String timecode)
Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Id3Insertion> |
TimedMetadataInsertion.getId3Insertions()
Id3Insertions contains the array of Id3Insertion instances.
|
| Modifier and Type | Method and Description |
|---|---|
TimedMetadataInsertion |
TimedMetadataInsertion.withId3Insertions(Id3Insertion... id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimedMetadataInsertion.setId3Insertions(Collection<Id3Insertion> id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
TimedMetadataInsertion |
TimedMetadataInsertion.withId3Insertions(Collection<Id3Insertion> id3Insertions)
Id3Insertions contains the array of Id3Insertion instances.
|
Copyright © 2021. All rights reserved.