Struct rusoto_elastictranscoder::JobAlbumArt [] [src]

pub struct JobAlbumArt {
    pub artwork: Option<Artworks>,
    pub merge_policy: Option<MergePolicy>,
}

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

Fields

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

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.

Trait Implementations

impl Default for JobAlbumArt
[src]

Returns the "default value" for a type. Read more

impl Debug for JobAlbumArt
[src]

Formats the value using the given formatter.

impl Clone for JobAlbumArt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more