Class Id3Insertion
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.Id3Insertion
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Id3Insertion.Builder,Id3Insertion>
@Generated("software.amazon.awssdk:codegen") public final class Id3Insertion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Id3Insertion.Builder,Id3Insertion>
To insert ID3 tags in your output, specify two values. Use ID3 tag to specify the base 64 encoded string and use Timecode to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceId3Insertion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Id3Insertion.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid3()Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.List<SdkField<?>>sdkFields()static Class<? extends Id3Insertion.Builder>serializableBuilderClass()Stringtimecode()Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.Id3Insertion.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id3
public final String id3()
Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.- Returns:
- Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.
-
timecode
public final String timecode()
Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.- Returns:
- Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.
-
toBuilder
public Id3Insertion.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Id3Insertion.Builder,Id3Insertion>
-
builder
public static Id3Insertion.Builder builder()
-
serializableBuilderClass
public static Class<? extends Id3Insertion.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-