THEOplayer Web SDK
    Preparing search index...

    Interface ID3UserDefinedUrlLink

    Represents a user defined URL link ID3 frame.

    interface ID3UserDefinedUrlLink {
        description: string;
        id: "WXXX" | "WXX";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description: string

    The description of the URL.

    id: "WXXX" | "WXX"

    The identifier of the frame.

    url: string

    The URL.