Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Song

Hierarchy

  • Song

Constructors

constructor

  • Parameters

    Returns Song

Accessors

artUrl

  • get artUrl(): string
  • The URL of the cover art.

    Returns string

artist

  • get artist(): string
  • The original artist who created/sang the song.

    Returns string

endTime

  • get endTime(): number
  • The time in the associated Video where the song ended.

    Returns number

iTunesId

  • get iTunesId(): number
  • The unique ID of the song on iTunes, if it is on iTunes.

    Returns number

name

  • get name(): string
  • The name of the song.

    Returns string

startTime

  • get startTime(): number
  • The time in the associated Video where the song began.

    Returns number

Generated using TypeDoc