public class ChromecastMetadataImage extends Object
Constructor and Description |
---|
ChromecastMetadataImage(String src)
Creates a Chromecast metadata image.
|
ChromecastMetadataImage(String src,
Integer width,
Integer height)
Creates a Chromecast metadata image.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getHeight()
The height of the image, in pixels.
|
String |
getSrc()
The URL of the image.
|
Integer |
getWidth()
The width of the image, in pixels.
|
public ChromecastMetadataImage(String src)
src
- The URL of the image. (NonNull)