ChromecastMetadataImage
@objc(THEOplayerChromecastMetadataImage)
public class ChromecastMetadataImage : NSObject, CodableThe metadata of a Chromecast image.
- 
                  
                  The URL to the metadata image. DeclarationSwift @objc public var src: String
- 
                  
                  The width of the image, in pixels. DeclarationSwift @objc public var width: Int
- 
                  
                  The height of the image, in pixels. DeclarationSwift @objc public var height: Int
- 
                  
                  Constructs a ChromecastMetadataImage. DeclarationSwift @objc public init(src: String, width: Int = 0, height: Int = 0)ParameterssrcThe URL of the image. widthThe width of the image, in pixels. Defaults to 0. heightThe height of the image, in pixels. Defaults to 0. 
