ChromecastMetadataImage

public class ChromecastMetadataImage : NSObject, Codable

A ChromecastMetaDataImage consists of:

  • src

    The URL to the metadata image

    Declaration

    Swift

    public var src: String
  • The width of the image

    Declaration

    Swift

    public var width: Int
  • The height of the image

    Declaration

    Swift

    public var height: Int
  • Constructs a ChromecastMetadataImage

    Declaration

    Swift

    public init(src: String, width: Int = 0, height: Int = 0)