THEOplayer > ChromecastMetadataImage
Describes the metadata of a Chromecast image.
Signature:
export interface ChromecastMetadataImage
- Available since v2.21.0.
Property |
Type |
Description |
---|---|---|
height (optional) |
|
The height of the image, in pixels. |
|
The URL of the image. |
|
width (optional) |
|
The width of the image, in pixels. |
The height of the image, in pixels.
Signature:
readonly height?: number;
The URL of the image.
Signature:
readonly src: string;
The width of the image, in pixels.
Signature:
readonly width?: number;