The .jpg or .png file associated with an audio file.
Esempio n. 1
0
 public CreateJobOutput WithAlbumArt(JobAlbumArt albumArt)
 {
     this.albumArt = albumArt;
     return(this);
 }