From 5ebd26f8731bdd0ad3eb01c32408701515b6fcc6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:10:18 +0000 Subject: [PATCH] chore(Build): new build --- docs/classes/AudioManager.html | 37 ++++++++++++---- docs/classes/QueueManager.html | 44 +++++++++++++++---- docs/enums/Util.ErrorCode.html | 2 +- docs/interfaces/AudioManagerEvents.html | 6 +-- docs/interfaces/AudioManagerOptions.html | 31 ++++++++++--- docs/interfaces/CacheManager.html | 2 +- ...ValidationUtil.AudioManagerValidation.html | 4 +- 7 files changed, 96 insertions(+), 30 deletions(-) diff --git a/docs/classes/AudioManager.html b/docs/classes/AudioManager.html index 9f49959..08a0245 100644 --- a/docs/classes/AudioManager.html +++ b/docs/classes/AudioManager.html @@ -104,6 +104,7 @@
Static AUDIO_ERROR
Static AUDIO_START
Static AUDIO_START
Properties
+Optional Readonly bufferTimeout
+Abort the player after reaching timeout on buffering (in ms), default to 7 seconds
+Optional Readonly cache
Readonly soundcloud
Readonly youtube
deletePlayer
getPlayer
Returns AUDIO_START
+
Class QueueManager<TM>
+Class QueueManager<TM, M>
Type parameters
TM: object = {}
M = unknown
+Events
Properties
Constructors
constructor
-- new
QueueManager<TM>(manager: AudioManagerResolvable): QueueManager<TM>
+ - new
QueueManager<TM, M>(manager: AudioManagerResolvable, metadata?: M): QueueManager<TM, M>
Type parameters
@@ -158,6 +162,9 @@Type parameters
TM: object = {}
M = unknown
+Parameters
@@ -169,8 +176,11 @@
-manager: Optional metadata: M
+Returns QueueManager<TM>
+Returns QueueManager<TM, M>
Readonly audioManager
Optional Readonly metadata
+The queue manager metadata (if any)
+Methods
@@ -288,7 +313,7 @@deleteHandler
getHandler
soundcloudSearch
youtubeSearch
Returns Promise-
audio
Manager
+ -
+ metadata
+
-
delete
Handler
diff --git a/docs/enums/Util.ErrorCode.html b/docs/enums/Util.ErrorCode.html
index f934d55..bc98ac4 100644
--- a/docs/enums/Util.ErrorCode.html
+++ b/docs/enums/Util.ErrorCode.html
@@ -130,7 +130,7 @@ timedOut: = 6
diff --git a/docs/interfaces/AudioManagerEvents.html b/docs/interfaces/AudioManagerEvents.html
index 7c2ab47..5be6764 100644
--- a/docs/interfaces/AudioManagerEvents.html
+++ b/docs/interfaces/AudioManagerEvents.html
@@ -98,7 +98,7 @@ -
-
-
+
+ bufferTimeout: number
+
+
+
+
+
+
cache: CacheManager
@@ -119,7 +135,7 @@ cacheDir: string
@@ -134,7 +150,7 @@ Timeout: number
@@ -149,7 +165,7 @@
timedOut
audioEnd
Parameters
@@ -130,7 +130,7 @@audioError
Parameters
@@ -168,7 +168,7 @@audioStart
Parameters
diff --git a/docs/interfaces/AudioManagerOptions.html b/docs/interfaces/AudioManagerOptions.html index 842d53f..0482656 100644 --- a/docs/interfaces/AudioManagerOptions.html +++ b/docs/interfaces/AudioManagerOptions.html @@ -85,6 +85,7 @@Index
Properties
+- buffer
Timeout
- cache
- cache
Dir
- cache
Timeout
@@ -98,13 +99,28 @@
Properties
Properties
+Optional bufferTimeout
+Abort the player after reaching timeout on buffering (in ms), default to 7 seconds
+Optional cache
Optional cacheDir
Optional cacheTimeout
cacheOptional createAudio
createAudioPlayer: createAudioPlayerType
@@ -164,7 +180,7 @@
Optional soundcloudClient
soundcloudClient: SCDL
@@ -179,7 +195,7 @@
Optional youtubeOptions
youtubeOptions: downloadOptions
@@ -241,6 +257,9 @@
Optional youtubeOptions
-
Audio
ManagerOptions
+-
+ buffer
Timeout
+
-
cache
diff --git a/docs/interfaces/CacheManager.html b/docs/interfaces/CacheManager.html
index 4d527ef..71c615c 100644
--- a/docs/interfaces/CacheManager.html
+++ b/docs/interfaces/CacheManager.html
@@ -192,7 +192,7 @@ -
diff --git a/docs/modules/ValidationUtil.AudioManagerValidation.html b/docs/modules/ValidationUtil.AudioManagerValidation.html
index 1de3041..9308946 100644
--- a/docs/modules/ValidationUtil.AudioManagerValidation.html
+++ b/docs/modules/ValidationUtil.AudioManagerValidation.html
@@ -93,7 +93,7 @@ -
@@ -155,7 +155,7 @@ -
Optional delete
validateConnection
validatePlayer