THEOplayer Web SDK
    Preparing search index...

    Interface ChromecastMetadataImage

    Describes the metadata of a Chromecast image.


    - Available since v2.21.0.

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

    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.