Struct aws_sdk_elastictranscoder::model::JobAlbumArt [−][src]
#[non_exhaustive]pub struct JobAlbumArt {
pub merge_policy: Option<String>,
pub artwork: Option<Vec<Artwork>>,
}
Expand description
The .jpg or .png file associated with an audio file.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.merge_policy: Option<String>
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.
artwork: Option<Vec<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
Implementations
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.
Creates a new builder-style object to manufacture JobAlbumArt
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for JobAlbumArt
impl Send for JobAlbumArt
impl Sync for JobAlbumArt
impl Unpin for JobAlbumArt
impl UnwindSafe for JobAlbumArt
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more