AWS SDK for .NET Documentation
JobAlbumArt Class
AmazonAmazon.ElasticTranscoder.ModelJobAlbumArt Did this page help you?   Yes   No    Tell us about it...
The .jpg or .png file associated with an audio file.
Declaration Syntax
C#
public class JobAlbumArt
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
JobAlbumArt()()()()
Initializes a new instance of the JobAlbumArt class

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

CopyC#
.jpg
and
CopyC#
.png


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MergePolicy
Gets and sets the property MergePolicy.

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

  • CopyC#
    Replace:
    The specified album art will replace any existing album art.
  • CopyC#
    Prepend:
    The specified album art will be placed in front of any existing album art.
  • CopyC#
    Append:
    The specified album art will be placed after any existing album art.
  • CopyC#
    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.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithArtwork(array<Artwork>[]()[][]) Obsolete.
Sets the Artwork property

WithArtwork(IEnumerable<(Of <<'(Artwork>)>>)) Obsolete.
Sets the Artwork property

WithMergePolicy(String) Obsolete.
Sets the MergePolicy property

Inheritance Hierarchy
Object
JobAlbumArt

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)