Interface ChromecastMetadataImage

Describes the metadata of a Chromecast image.

Remarks


- Available since v2.21.0.

interface ChromecastMetadataImage {
    height?: number;
    src: string;
    width?: number;
}

Properties

Properties

height?: number

The height of the image, in pixels.

src: string

The URL of the image.

width?: number

The width of the image, in pixels.