Options
All
  • Public
  • Public/Protected
  • All
Menu

discord-media-player

Index

Type aliases

AudioManagerResolvable

AudioManagerResolvable: AudioManager | AudioManagerOptions

The AudioManager-like that can be passed to queue manager

soundcloudMetadata

soundcloudMetadata: SCDLTrackInfo

Track metadata of soundcloud search result

soundcloudSearchResultType

soundcloudSearchResultType: "track" | "set" | "search"

The soundcloud search result type

youtubeMetadata

youtubeMetadata: PlaylistVideo | YoutubeSearchVideoInfo | YoutubeVideoDetails

Track metadata of youtube search result

youtubeSearchResultType

youtubeSearchResultType: "video" | "playlist" | "search"

The youtube search result type

Variables

Const PLAYLIST_URL

PLAYLIST_URL: RegExp = ...

A RegExp instance to identify youtube playlist url

Const VIDEO_URL

VIDEO_URL: RegExp = ...

A RegExp instance to identify youtube video url

Const version

version: string = ...

The current installed version of the package

Generated using TypeDoc