Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProprietaryID

Represents a proprietary participant ID, e.g. for Spotify or Apple artist IDs.

Hierarchy

  • ProprietaryID

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

id

id: string = ''

The identifier; maps to id

type

type: string = ''

What type of identifier this is, e.g. spotify; maps to type

Methods

xml

  • xml(): string
  • Generates AudioSalad XML for the ID.

    Returns string

    AudioSalad XML <artist_id> element

Generated using TypeDoc