class Aws::MediaConvert::Types::Id3Insertion

To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (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 (Id3Insertion).

@note When making an API call, you may pass Id3Insertion

data as a hash:

    {
      id_3: "__stringPatternAZaZ0902",
      timecode: "__stringPattern010920405090509092",
    }

@!attribute [rw] id_3

Use ID3 tag (Id3) to provide a tag value in base64-encode format.
@return [String]

@!attribute [rw] timecode

Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Id3Insertion AWS API Documentation

Constants

SENSITIVE