Class ChromecastMetadataImage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getSrc() The URL of the image.
      Integer getWidth() The width of the image, in pixels.
      Integer getHeight() The height of the image, in pixels.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChromecastMetadataImage

        ChromecastMetadataImage(String src)
        Creates a Chromecast metadata image.
        Parameters:
        src - The URL of the image.
      • ChromecastMetadataImage

        ChromecastMetadataImage(String src, Integer width, Integer height)
        Creates a Chromecast metadata image.
        Parameters:
        src - The URL of the image (NonNull)
        width - The width of the image, in pixels.
        height - The height of the image, in pixels.