Page Summary
-
cast.framework.messages.Imageis a static class representing an image associated with a receiver application or media item. -
It is constructed using a URL string parameter.
-
The class has properties for
height,url, andwidth.
cast.framework.messages. Image
An image that describes a receiver application or media item. This could be an application icon, cover art, or a thumbnail.
Constructor
Image
new Image(url)
Parameter |
|
|---|---|
|
url |
string The image URL. |
Properties
height
(number or undefined)
The image height.
url
string
The image URL.
width
(number or undefined)
The image width.