Interface TagProvider

    • Method Detail

      • getTags

        List<Tag> getTags​(AudioSong song)
                   throws IOException
        Retrieves a list of tags for a given song.
        Parameters:
        song - song
        Returns:
        List, may be empty but never null
        Throws:
        IOException - if an IO problem occurs