Java com.amazonaws.services.elastictranscoder.model Artwork fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elastictranscoder.model Artwork fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elastictranscoder.model Artwork.

The text is from its open source code.

Constructor

Method

voidsetAlbumArtFormat(String albumArtFormat)

The format of album art, if any.

voidsetEncryption(Encryption encryption)

The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

voidsetInputKey(String inputKey)

The name of the file to be used as album art.

voidsetMaxHeight(String maxHeight)

The maximum height of the output album art in pixels.

voidsetMaxWidth(String maxWidth)

The maximum width of the output album art in pixels.

voidsetPaddingPolicy(String paddingPolicy)

When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

voidsetSizingPolicy(String sizingPolicy)

Specify one of the following values to control scaling of the output album art:

  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.