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.

The .jpg or .png file associated with an audio file.

Inheritance Hierarchy

System.Object
  Amazon.ElasticTranscoder.Model.JobAlbumArt

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

Syntax

C#
public class JobAlbumArt

The JobAlbumArt type exposes the following members

Constructors

NameDescription
Public Method JobAlbumArt()

Properties

NameTypeDescription
Public Property Artwork System.Collections.Generic.List<Amazon.ElasticTranscoder.Model.Artwork>

Gets and sets the property Artwork.

The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

Public Property MergePolicy System.String

Gets and sets the property MergePolicy.

A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

  • Replace: The specified album art replaces any existing album art.

  • Prepend: The specified album art is placed in front of any existing album art.

  • Append: The specified album art is placed after any existing album art.

  • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

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