public final class AudioItemMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AudioItemMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static AudioItemMetadata.Builder |
builder() |
boolean |
equals(Object o) |
Image |
getArt()
An optional cover art image for the audio item.
|
Image |
getBackgroundImage()
An optional background image for the audio item.
|
String |
getSubtitle()
An optional subtitle of the audio item.
|
String |
getTitle()
An optional title of the audio item.
|
int |
hashCode() |
String |
toString() |
public static AudioItemMetadata.Builder builder()
public String getTitle()
public String getSubtitle()
public Image getArt()
public Image getBackgroundImage()
Copyright © 2023. All rights reserved.