AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Id3Insertion

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class Id3Insertion

The Id3Insertion type exposes the following members

Constructors

NameDescription
Public Method Id3Insertion()

Properties

NameTypeDescription
Public Property Id3 System.String

Gets and sets the property Id3. Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.

Public Property Timecode System.String

Gets and sets the property Timecode. Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5