AI-generated Key Takeaways
-
chrome.cast.Image
objects represent images associated with receiver applications or media, like icons or cover art. -
These objects are created using a URL pointing to the image and can store information about the image's height and width.
chrome.cast. 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 URL to the image. |
Properties
height
nullable number
The height of the image.
url
string
The URL to the image.
width
nullable number
The width of the image.