Interface AudioArtwork

    • Method Detail

      • getImage

        Image getImage()
        Image object.
        Returns:
        image
      • getImageData

        byte[] getImageData()
        Encoded image data. Image data that looks exactly like the data usually stored in a file. This means, for a PNG image, this method will return the PNG encoded data.
        Returns:
        encoded image data
      • getMimeType

        String getMimeType()
        Mime type. Usually something like image/jpeg.
        Returns:
        mime type, if known. Otherwise null
      • getURI

        URI getURI()
        URI of this artwork. May be null, if not available.
        Returns:
        uri or null
      • freeResources

        default void freeResources()
        Free resources that can be easily reloaded. By default, this method does nothing.