AWS SDK Version 2 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.

.NET Framework 4.5
 
The .jpg or .png file associated with an audio file.

Inheritance Hierarchy

System.Object
  Amazon.ElasticTranscoder.Model.JobAlbumArt

Namespace: Amazon.ElasticTranscoder.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class JobAlbumArt : Object

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 will handle the existence of multiple album artwork files.

  • Replace: The specified album art will replace any existing album art.
  • Prepend: The specified album art will be placed in front of any existing album art.
  • Append: The specified album art will be placed after any existing album art.
  • Fallback: If the original input file contains artwork, Elastic Transcoder will use that artwork for the output. If the original input does not contain artwork, Elastic Transcoder will use the specified album art file.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1