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
      final String getSrc() The URL of the image.
      final Integer getWidth() The width of the image, in pixels.
      final 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.
    • Method Detail

      • getSrc

         final String getSrc()

        The URL of the image. (NonNull)

      • getWidth

         final Integer getWidth()

        The width of the image, in pixels. (Nullable)

      • getHeight

         final Integer getHeight()

        The height of the image, in pixels. (Nullable)