Struct aws_sdk_elastictranscoder::types::JobAlbumArt
source · #[non_exhaustive]pub struct JobAlbumArt { /* private fields */ }
Expand description
The .jpg or .png file associated with an audio file.
Implementations§
source§impl JobAlbumArt
impl JobAlbumArt
sourcepub fn merge_policy(&self) -> Option<&str>
pub fn merge_policy(&self) -> Option<&str>
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.
source§impl JobAlbumArt
impl JobAlbumArt
sourcepub fn builder() -> JobAlbumArtBuilder
pub fn builder() -> JobAlbumArtBuilder
Creates a new builder-style object to manufacture JobAlbumArt
.
Trait Implementations§
source§impl Clone for JobAlbumArt
impl Clone for JobAlbumArt
source§fn clone(&self) -> JobAlbumArt
fn clone(&self) -> JobAlbumArt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JobAlbumArt
impl Debug for JobAlbumArt
source§impl PartialEq<JobAlbumArt> for JobAlbumArt
impl PartialEq<JobAlbumArt> for JobAlbumArt
source§fn eq(&self, other: &JobAlbumArt) -> bool
fn eq(&self, other: &JobAlbumArt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.