Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Id3Insertion
-
Packages that use Id3Insertion Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Id3Insertion in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Id3Insertion Modifier and Type Method Description List<Id3Insertion>TimedMetadataInsertion. id3Insertions()Id3Insertions contains the array of Id3Insertion instances.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Id3Insertion Modifier and Type Method Description TimedMetadataInsertion.BuilderTimedMetadataInsertion.Builder. id3Insertions(Id3Insertion... id3Insertions)Id3Insertions contains the array of Id3Insertion instances.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Id3Insertion Modifier and Type Method Description TimedMetadataInsertion.BuilderTimedMetadataInsertion.Builder. id3Insertions(Collection<Id3Insertion> id3Insertions)Id3Insertions contains the array of Id3Insertion instances.
-