feat: Current audio API

This commit is contained in:
2024-08-17 16:51:52 +07:00
parent 30589ab3fe
commit 6d428d132a

View File

@@ -127,6 +127,10 @@ export class Player {
return this._stream?.information.bitrate || 0;
}
public getCurrentAudioInformation() {
return this.currentAudioInformation;
}
public getQueue() {
return this.queue;
}