com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class ID3V2UrlLinkFrame

    • Constructor Detail

      • ID3V2UrlLinkFrame

        public ID3V2UrlLinkFrame(String id,
                                 String url)

        Initializes a new instance of the ID3V2UrlLinkFrame class.

        Parameters:
        id - The frame id.
        url - The URL which is the value of the frame.
    • Method Detail

      • getUrl

        public final String getUrl()

        Gets the URL value.

        Returns:
        The URL value.